openembedded.git
14 years agofile: moved to 5.05
Frans Meulenbroeks [Sat, 19 Feb 2011 12:43:50 +0000 (13:43 +0100)]
file: moved to 5.05

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoofono: Ship test scripts as ofono-test-utils, ship udev rules
Jan Lübbe [Wed, 16 Feb 2011 15:05:57 +0000 (16:05 +0100)]
ofono: Ship test scripts as ofono-test-utils, ship udev rules

Also add USB-ID for a Sierra modem and add INC_PR.

Signed-off-by: Jan Lübbe <jluebbe@debian.org>
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
14 years agosciphone-g2: Initial support for Sciphone G2 (based on MT6235)
Marcin Mielczarczyk [Thu, 17 Feb 2011 06:50:32 +0000 (07:50 +0100)]
sciphone-g2: Initial support for Sciphone G2 (based on MT6235)

This patch adds Sciphone G2 target to OpenEmbedded environment.
It also defines osmocomBB repositories for U-Boot and Linux kernel.

Signed-off-by: Marcin Mielczarczyk <marcin.mielczarczyk@tieto.com>
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
14 years agoangstrom next: prefer gvfs 1.7.2 (unstable series)
Koen Kooi [Sat, 19 Feb 2011 10:35:26 +0000 (11:35 +0100)]
angstrom next: prefer gvfs 1.7.2 (unstable series)

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agogvfs 1.6.6: add patch to fix async_connection_accept_new_fd(
Koen Kooi [Sat, 19 Feb 2011 10:34:16 +0000 (11:34 +0100)]
gvfs 1.6.6: add patch to fix async_connection_accept_new_fd(

14 years agogvfs: add 1.7.2
Koen Kooi [Sat, 19 Feb 2011 10:31:57 +0000 (11:31 +0100)]
gvfs: add 1.7.2

14 years agou-boot-2009.03: use AMD fixups for AMIC too
Mario Schuknecht [Fri, 18 Feb 2011 22:12:02 +0000 (22:12 +0000)]
u-boot-2009.03: use AMD fixups for AMIC too

* AMIC flashes are AMD clones and need the same fixups otherwise e.g. the
  u-boot command saveenv may not work (depending on the sector layout)
* patch has been send upstream too: http://patchwork.ozlabs.org/patch/82763/

Signed-off-by: Mario Schuknecht <m.schuknecht@dresearch.de>
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
Acked-by: Tom Rini <tom_rini@mentor.com>
Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
14 years agocontrib/testing/testscript.sh: Detect MIN_BB_VERSION
Rick Foos [Sat, 19 Feb 2011 03:13:24 +0000 (19:13 -0800)]
contrib/testing/testscript.sh: Detect MIN_BB_VERSION

* Fixes Bugzilla/5517
* extract the quoted string from BB_MIN_VERSION in config/sanity.conf.
  Should work for all versions of bitbake

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoacl: Revert most of my last change, just fix RPATH QA
Tom Rini [Fri, 18 Feb 2011 19:58:29 +0000 (12:58 -0700)]
acl: Revert most of my last change, just fix RPATH QA

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoschroedinger: Fix RPATH QA errors
Tom Rini [Fri, 18 Feb 2011 19:27:34 +0000 (12:27 -0700)]
schroedinger: Fix RPATH QA errors

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agolibcdio: Fix RPATH QA errors
Tom Rini [Fri, 18 Feb 2011 19:26:42 +0000 (12:26 -0700)]
libcdio: Fix RPATH QA errors

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agokernel.bbclass: fix retrieving dependencies between modules.
Filip Zyzniewski [Fri, 18 Feb 2011 04:09:16 +0000 (04:09 +0000)]
kernel.bbclass: fix retrieving dependencies between modules.

get_dependencies() searched for a filename key in dependencies
directory with the /lib/modules/kernel_version prefix while
the directory had entries stripped of it.

Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoAdd flex to the linux-atm dependencies
Alex Bennee [Fri, 18 Feb 2011 20:26:33 +0000 (20:26 +0000)]
Add flex to the linux-atm dependencies

As the linux-atm tools also link against the flex libraries (-lfl) the
runtime is also needed as a dependency.

Signed-off-by: Alex Bennee <ajb@cbnl.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoudev_151/162/165.bb: add missing PACKAGE_ARCH for nokia900
Klaus Kurzmann [Fri, 18 Feb 2011 06:08:23 +0000 (06:08 +0000)]
udev_151/162/165.bb: add missing PACKAGE_ARCH for nokia900

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoutils.py: use bb.utils.vercmp_string instead of bb.vercmp
Andreas Oberritter [Wed, 16 Feb 2011 11:06:20 +0000 (11:06 +0000)]
utils.py: use bb.utils.vercmp_string instead of bb.vercmp

* Fixes deprecation warning with BitBake master.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
CC: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agotiff: Fix RPATH QA issues
Tom Rini [Thu, 17 Feb 2011 22:37:53 +0000 (15:37 -0700)]
tiff: Fix RPATH QA issues

Based on the fix for 'acl'

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoacl: Fix RPATH QA issue and clean up
Tom Rini [Thu, 17 Feb 2011 22:25:28 +0000 (15:25 -0700)]
acl: Fix RPATH QA issue and clean up

We take some bits from poky to fix the RPATH QA issue and while in here
clean it up a bit based on Ubuntu/Debian.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agocacao-native: modell the package version after the git recipes
Henning Heinold [Fri, 18 Feb 2011 13:01:31 +0000 (14:01 +0100)]
cacao-native: modell the package version after the git recipes

* bump PR

14 years agobug-image-production: Add back bash-sh package
Stefan Schmidt [Fri, 18 Feb 2011 10:43:35 +0000 (11:43 +0100)]
bug-image-production: Add back bash-sh package

14 years agobash: Add bash-sh package to switch /bin/sh to /bin/bash
Stefan Schmidt [Fri, 18 Feb 2011 10:26:48 +0000 (11:26 +0100)]
bash: Add bash-sh package to switch /bin/sh to /bin/bash

An old change from hrw in the BugLabs repo I forgot to bring over earlier.

14 years agoorg.freedesktop.dbus: modify recipe so localization/compilation occurs correctly.
Stefan Schmidt [Thu, 10 Feb 2011 13:14:47 +0000 (14:14 +0100)]
org.freedesktop.dbus: modify recipe so localization/compilation occurs correctly.

14 years agokaeilos.inc: switched to eglibc
Marco Cavallini [Fri, 18 Feb 2011 09:41:23 +0000 (10:41 +0100)]
kaeilos.inc: switched to eglibc

14 years agolibpng.inc: Package library in libpng and provide libpng3
Khem Raj [Thu, 17 Feb 2011 21:50:11 +0000 (13:50 -0800)]
libpng.inc: Package library in libpng and provide libpng3

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agocontrib/testing/testscript.sh: Dont define BBMASK
Khem Raj [Thu, 17 Feb 2011 14:48:24 +0000 (14:48 +0000)]
contrib/testing/testscript.sh: Dont define BBMASK

* BBMASK is set in bitbake.conf by default and it
  skips nonworking and obsolete recipes which is
  what we want emptying it here could cause redundant
  parse of the graveyards

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agoglib-2.0 2.28.0: Bring back glib-mkenums-interpreter.patch
Tom Rini [Thu, 17 Feb 2011 19:29:42 +0000 (12:29 -0700)]
glib-2.0 2.28.0: Bring back glib-mkenums-interpreter.patch

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agobitbake.conf: export LC_ALL = "C"
Eric BENARD [Tue, 11 Jan 2011 05:33:45 +0000 (05:33 +0000)]
bitbake.conf: export LC_ALL = "C"

* thus the build system language won't create troubles during builds
(example : perl is hacking some generated files' content but only
supports english outputs).

* this problem is only met when using bitbake master

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agognutls.inc: Add --disable-rpath
Tom Rini [Thu, 17 Feb 2011 18:47:54 +0000 (11:47 -0700)]
gnutls.inc: Add --disable-rpath

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoopenssl: Update from 1.0.0c to 1.0.0d
Tom Rini [Thu, 17 Feb 2011 18:47:07 +0000 (11:47 -0700)]
openssl: Update from 1.0.0c to 1.0.0d

Security fixes only so just bumping everyone that pinned up.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agosqlite3-native: Fixup DEPENDS
Tom Rini [Thu, 17 Feb 2011 17:54:52 +0000 (10:54 -0700)]
sqlite3-native: Fixup DEPENDS

The way things were before we were missing tcl-native.  In addition,
we can clean up the recipes slightly since sqlite3.inc is where we
set BBCLASSEXTEND = "native"

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agogettext: Pass --disable-rpath on target
Tom Rini [Wed, 16 Feb 2011 21:20:30 +0000 (14:20 -0700)]
gettext: Pass --disable-rpath on target

We disable rpath stuff as this casues problems with libtool 2.2
and 2.4 is fine.

Acked-by: Marco Cavallini <m.cavallini@koansoftware.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agodb: Bring in 5.1.19 from poky
Tom Rini [Wed, 16 Feb 2011 21:18:53 +0000 (14:18 -0700)]
db: Bring in 5.1.19 from poky

Based on e77207ccdf15f34651a086099ed4816712e3656b in poky, bring in
5.1.19 (no RPATH issues when using libtool 2.2) and drop un-pinned
4.3.29 and 5.0.21 as this is backwards compatible.

Acked-by: Marco Cavallini <m.cavallini@koansoftware.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agocom.buglabs.bug.base: add support for bug 1.x
Denis 'GNUtoo' Carikli [Thu, 17 Feb 2011 10:30:09 +0000 (11:30 +0100)]
com.buglabs.bug.base: add support for bug 1.x

Without that fix, it fails to fetch the now gone hirop branch

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
14 years agotask-bug: make it compatible with bug 1.x,machine arch ${PN}
Denis 'GNUtoo' Carikli [Thu, 17 Feb 2011 10:47:19 +0000 (11:47 +0100)]
task-bug: make it compatible with bug 1.x,machine arch ${PN}

Some packages like bug2v4l2 are specific to bug 2.0, so we need
  to machine arch the package depending on them.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
14 years agobug20: add MACHINE_EXTRA_RRECOMMENDS
Denis 'GNUtoo' Carikli [Thu, 17 Feb 2011 11:23:46 +0000 (12:23 +0100)]
bug20: add MACHINE_EXTRA_RRECOMMENDS

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
14 years agohostapd 0.7.3: convert to libnl2
Denis 'GNUtoo' Carikli [Thu, 17 Feb 2011 11:24:43 +0000 (12:24 +0100)]
hostapd 0.7.3: convert to libnl2

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
14 years agopingus 0.7.2: fix newer boost(1.45.0) detection (break older boosts)
Denis 'GNUtoo' Carikli [Thu, 17 Feb 2011 10:34:06 +0000 (11:34 +0100)]
pingus 0.7.2: fix newer boost(1.45.0) detection (break older boosts)

Without that fix we have:
  Fatal Errors:
    * library 'boost_signals' not found

  FATAL: scons build execution failed.

Note that this commit is incompatible with older(than 1.45.0) boost.

From #openmoko-cdevel on Freenode on irc:
  Feb 12 11:43:07 <JaMa|Off>      GNUtoo|laptop: that boost version is default,
  so if you fix it for default version and break for older it's not so bad (
  distros using older boost should handle it)
  [...]
  Feb 12 11:48:37 <GNUtoo|laptop> JaMa|Off, can I fix like that or should I send
  a patch for breaking older boosts and distros?
  Feb 12 11:49:35 <JaMa|Off>      GNUtoo|laptop: nobody in OE is pinning boost..
  so just note it in commit (that it won't work with old boost anymore)

The patch is kept in tree because it could be usefull if:
 * Someone is still using old boost
 * -mt versions are re-added in the future

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
14 years agolinux-bug: fix undefined reference to `__gnu_mcount_nc' issue and bump PR
Denis 'GNUtoo' Carikli [Wed, 16 Feb 2011 19:19:07 +0000 (20:19 +0100)]
linux-bug: fix undefined reference to `__gnu_mcount_nc' issue and bump PR

Without that fix we have:
    LD      .tmp_vmlinux1
  init/built-in.o: In function `run_init_process':
  calibrate.c:(.text+0x10): undefined reference to `__gnu_mcount_nc'
  init/built-in.o: In function `init_post':
  calibrate.c:(.text+0x3c): undefined reference to `__gnu_mcount_nc'
  init/built-in.o: In function `do_one_initcall':
  calibrate.c:(.text+0x148): undefined reference to `__gnu_mcount_nc'
  init/built-in.o: In function `name_to_dev_t':
  calibrate.c:(.text+0x2cc): undefined reference to `__gnu_mcount_nc'
  init/built-in.o: In function `set_reset_devices':
  calibrate.c:(.init.text+0x10): undefined reference to `__gnu_mcount_nc'
  init/built-in.o:calibrate.c:(.init.text+0x38): more undefined references to `__gnu_mcount_nc' follow
  make: *** [.tmp_vmlinux1] Error 1
  FATAL: oe_runmake failed

Thanks khem in #oe on Freenode on irc for help:
  Feb 14 19:21:26 <khem>  GNUtoo|laptop: are you using profiling
  [...]
  Feb 14 19:57:13 <khem>  GNUtoo|laptop: ok so here it your problem you are passing -pg
  Feb 14 19:57:16 <khem>  to compiler
  [...]
  Feb 14 19:58:11 <khem>  GNUtoo|laptop: thats only useful if you will provide mcount and other profiling hook implementation
  Feb 14 19:58:16 <khem>  compiler sort of expects it

  The solution I chose was to disable the CONFIG_FTRACE that added -pg (profiling compiler option)

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
14 years agobusybox: remove 1.18.2
Eric Bénard [Tue, 15 Feb 2011 20:48:35 +0000 (21:48 +0100)]
busybox: remove 1.18.2

now that 1.18.3 is the preferred for Ångström and SlugOS

Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
14 years agoslugos: prefer busybox 1.18.3
Eric Bénard [Tue, 15 Feb 2011 20:46:24 +0000 (21:46 +0100)]
slugos: prefer busybox 1.18.3

Signed-off-by: Eric Bénard <eric@eukrea.com>
Cc: Mike Westerhof <mike@mwester.net>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Mike Westerhof <mike@mwester.net>
14 years agoangstrom-2010: prefer busybox-1.18.3
Eric Bénard [Tue, 15 Feb 2011 20:45:46 +0000 (21:45 +0100)]
angstrom-2010: prefer busybox-1.18.3

this is the latest stable version

Signed-off-by: Eric Bénard <eric@eukrea.com>
Cc: Koen Kooi <koen@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
14 years agobusybox: add 1.18.3 and its fixes
Eric Bénard [Tue, 15 Feb 2011 20:43:16 +0000 (21:43 +0100)]
busybox: add 1.18.3 and its fixes

- 1.18.3 is 1.18.2 + the fixes already presents in OE
- additional fixes from http://busybox.net/downloads/fixes-1.18.3/
were added to the recipe

Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
14 years agobusybox: add group to -passwd package
Bernhard Reutner-Fischer [Tue, 15 Feb 2011 20:35:52 +0000 (21:35 +0100)]
busybox: add group to -passwd package

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Tom Rini <tom_rini@mentor.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
14 years agonodejs: add 0.4.0
Eric Bénard [Tue, 15 Feb 2011 20:27:22 +0000 (21:27 +0100)]
nodejs: add 0.4.0

compile tested for armv5, previous node-cross-cc_0.2.6.patch
doesn't seems anymore necessary unless I made a mistake, AJ may
you please check this point ?

Signed-off-by: Eric Bénard <eric@eukrea.com>
Cc: AJ ONeal <coolaj86@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Tested-by: AJ ONeal <coolaj86@gmail.com>
14 years agognokii: remove old recipes
Eric Bénard [Tue, 15 Feb 2011 20:15:51 +0000 (21:15 +0100)]
gnokii: remove old recipes

Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
14 years agognokii: add latest version
Eric Bénard [Tue, 15 Feb 2011 20:14:01 +0000 (21:14 +0100)]
gnokii: add latest version

- build tested for armv5 with PARALLEL_MAKE="-j8" so I removed
PARALLEL_MAKE = "" which was set in previous recipes.

Signed-off-by: Eric Bénard <eric@eukrea.com>
14 years agognokii-0.6.14: fix download link
Eric Bénard [Tue, 15 Feb 2011 20:13:18 +0000 (21:13 +0100)]
gnokii-0.6.14: fix download link

Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
14 years agoutil-linux-ng: add 2.18
Eric Bénard [Mon, 7 Feb 2011 16:51:17 +0000 (17:51 +0100)]
util-linux-ng: add 2.18

from the changelong, the most important update over 2.17
is a memory leak fix in mount

Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
14 years agoangstrom 2008: prefer a libsoup from the stable series
Koen Kooi [Thu, 17 Feb 2011 09:18:28 +0000 (10:18 +0100)]
angstrom 2008: prefer a libsoup from the stable series

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agoangstrom next: move to glib 2.28.0
Koen Kooi [Thu, 17 Feb 2011 09:17:01 +0000 (10:17 +0100)]
angstrom next: move to glib 2.28.0

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agolibsoup-2.4 2.33.6: lower default pref
Koen Kooi [Thu, 17 Feb 2011 09:10:03 +0000 (10:10 +0100)]
libsoup-2.4 2.33.6: lower default pref

* it's a release from the unstable series
* it needs a too new glib-2.0

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agogcc-4.5: Bring latest from linaro 4.5 and bump svn SRCREV for upstream
Khem Raj [Tue, 15 Feb 2011 07:32:15 +0000 (07:32 +0000)]
gcc-4.5: Bring latest from linaro 4.5 and bump svn SRCREV for upstream

gcc-4.5-linaro-r99474.patch is disabled because it ends up
bombing x86 cross-gcc build see
http://lists.linaro.org/pipermail/linaro-dev/2011-February/002614.html
gcc-4.5-linaro-r99474.patch is disabled because it causes GCC crash
for XScale see
http://lists.linaro.org/pipermail/linaro-dev/2011-February/002600.html

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoreadline 6.1: Move 'p2' into PV and out of PKGV
Tom Rini [Thu, 17 Feb 2011 00:47:45 +0000 (17:47 -0700)]
readline 6.1: Move 'p2' into PV and out of PKGV

Otherwise we have problems with readline.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoncurses: Move ${PATCHDATE} into PV rather than just PKGV
Tom Rini [Thu, 17 Feb 2011 00:46:31 +0000 (17:46 -0700)]
ncurses: Move ${PATCHDATE} into PV rather than just PKGV

This was making explode_deps unhappy.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoautotools: symlink where we can
Chris Larson [Wed, 20 Oct 2010 02:50:41 +0000 (19:50 -0700)]
autotools: symlink where we can

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
14 years agoautotools: split out a oe_autoreconf function
Chris Larson [Wed, 20 Oct 2010 01:20:25 +0000 (18:20 -0700)]
autotools: split out a oe_autoreconf function

This functionality logically belongs in its own function, and it makes it
easier to explicitly run against subdirs in certain cases.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
14 years agoautotools: cleanup
Chris Larson [Wed, 20 Oct 2010 01:12:46 +0000 (18:12 -0700)]
autotools: cleanup

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
14 years agonative: fix duplicating virtclass-native entries in OVERRIDES
Chris Larson [Wed, 16 Feb 2011 21:48:57 +0000 (14:48 -0700)]
native: fix duplicating virtclass-native entries in OVERRIDES

A function was called from ${@} in OVERRIDES which was supposed to return the
bits to prepend when in virtclass context, yet it *set* overrides instead,
returning None.  This resulted in 1) adding an extra virtclass-native to
OVERRIDES each time it was expanded, and 2) appending None, causing
'localNone' to be in overrides rather than the expected 'local'.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agobt-gps: fix hardcoded paths, fix QA issues, use bindir/datadir variables
Martin Jansa [Wed, 16 Feb 2011 19:16:33 +0000 (20:16 +0100)]
bt-gps: fix hardcoded paths, fix QA issues, use bindir/datadir variables

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agotask-shr-feed: add bison and automake
Martin Jansa [Wed, 16 Feb 2011 18:59:59 +0000 (19:59 +0100)]
task-shr-feed: add bison and automake

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolibsoup-2.4: add 2.33.6 version needed for newer webkit-efl
Martin Jansa [Tue, 15 Feb 2011 14:15:55 +0000 (15:15 +0100)]
libsoup-2.4: add 2.33.6 version needed for newer webkit-efl

Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Klaus Kurzmann <mok@fluxnetz.de>
Tested-by: Klaus Kurzmann <mok@fluxnetz.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoSHR: drop P_V for glib-2.0 (upgrades from 2.26.1 to 2.28.0)
Martin Jansa [Tue, 15 Feb 2011 15:14:29 +0000 (16:14 +0100)]
SHR: drop P_V for glib-2.0 (upgrades from 2.26.1 to 2.28.0)

Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Klaus Kurzmann <mok@fluxnetz.de>
Tested-by: Klaus Kurzmann <mok@fluxnetz.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoglib-2.0: add 2.28.0, needed by newer libsoup
Martin Jansa [Tue, 15 Feb 2011 14:14:39 +0000 (15:14 +0100)]
glib-2.0: add 2.28.0, needed by newer libsoup

Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Klaus Kurzmann <mok@fluxnetz.de>
Tested-by: Klaus Kurzmann <mok@fluxnetz.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoopenmoko-gps: bump SRCREV, fix QA issues, fix hardcoded path, use bindir/datadir...
Martin Jansa [Wed, 16 Feb 2011 15:46:06 +0000 (16:46 +0100)]
openmoko-gps: bump SRCREV, fix QA issues, fix hardcoded path, use bindir/datadir and rename recipe

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agomokoeightball: fix hardcoded paths and QA issues
Martin Jansa [Wed, 16 Feb 2011 15:31:04 +0000 (16:31 +0100)]
mokoeightball: fix hardcoded paths and QA issues

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agocdparanoia (svn): use build variables to fix packaging when using empty prefix
Otavio Salvador [Wed, 16 Feb 2011 19:18:49 +0000 (19:18 +0000)]
cdparanoia (svn): use build variables to fix packaging when using empty prefix

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
14 years agolinux-2.6.24: phy handling fixed for hipox machine
Mario Schuknecht [Tue, 1 Feb 2011 13:34:47 +0000 (13:34 +0000)]
linux-2.6.24: phy handling fixed for hipox machine

* phy switching enabled
* link status handling fixed

Signed-off-by: Mario Schuknecht <m.schuknecht@dresearch.de>
Acked-by: Steffen Sledz <sledz@dresearch.de>
14 years agotask-base: bump PR to pick changes from nokia900.conf
Martin Jansa [Wed, 16 Feb 2011 07:43:21 +0000 (08:43 +0100)]
task-base: bump PR to pick changes from nokia900.conf

* lack of coffee made me thing that MACHINE_KERNEL_PR bump in
  648bd1c785fae9de66001dc588720366b9ebda2c is what I need, sorry for
  that

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoqt4e-demo-image: Switch to using task-qt4e.bb
Tom Rini [Wed, 16 Feb 2011 05:07:11 +0000 (22:07 -0700)]
qt4e-demo-image: Switch to using task-qt4e.bb

In task-qt4e.bb put the xmlpatterns bits in RRECOMMENDS for QT 4.6.x

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agotask-qt4-x11: Move libqtxmlpatterns4 to RRECOMMENDS
Tom Rini [Tue, 15 Feb 2011 20:28:17 +0000 (13:28 -0700)]
task-qt4-x11: Move libqtxmlpatterns4 to RRECOMMENDS

Fixes qt4 4.6.x images.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoRevert "Remove some patches, which was moved by previous linux patch"
Tom Rini [Wed, 16 Feb 2011 03:00:38 +0000 (20:00 -0700)]
Revert "Remove some patches, which was moved by previous linux patch"

I pulled this patch in prematurely which broke the at91 machines,
so back this out.  Sorry folks!

This reverts commit cfa8a2a8b291cb0a3426a3120ce31e6e74970e37.

14 years agoRevert "gcc-4.5: Bring latest from linaro 4.5 and bump svn SRCREV for upstream"
Khem Raj [Tue, 15 Feb 2011 22:53:41 +0000 (14:53 -0800)]
Revert "gcc-4.5: Bring latest from linaro 4.5 and bump svn SRCREV for upstream"

This reverts commit f76026a6c1a00bd0b2f1ae2b045dee995293edc6.

Pushed prematurely

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoti-pru-sw: Update SRC_REV to 24
Melissa Watkins [Wed, 16 Feb 2011 00:20:36 +0000 (00:20 +0000)]
ti-pru-sw: Update SRC_REV to 24

For the ti-pru-sw-examples, ti-pru-sw-app-loader, ti-pru-sw-edma-driver,
ti-pru-sw-edma-library:

* Update SRC_REV to 24

Signed-off-by: Melissa Watkins <m-watkins@ti.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agobitbake.conf: Fix wrong comparison
Imran Mehmood [Wed, 16 Feb 2011 00:02:09 +0000 (00:02 +0000)]
bitbake.conf: Fix wrong comparison

The expression ('' or 'custom') will always result in 'custom' so the expression will become False when the variable (TARGET_OS, SDK_OS) is '' while its expected to be True in this case also.

Signed-off-by: Imran Mehmood <imran_mehmood@mentor.com>
Acked-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agonokia900: add kernel-module-ubifs to RRECOMMENDed modules
Martin Jansa [Tue, 15 Feb 2011 20:53:23 +0000 (21:53 +0100)]
nokia900: add kernel-module-ubifs to RRECOMMENDed modules

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agotestbuilders: change oestats server to tinderbox.openembedded.org
Yuri Bushmelev [Tue, 15 Feb 2011 20:52:01 +0000 (23:52 +0300)]
testbuilders: change oestats server to tinderbox.openembedded.org

14 years agovala: 0.11.4.2 -> 0.11.6.1
Michael 'Mickey' Lauer [Tue, 15 Feb 2011 19:39:40 +0000 (20:39 +0100)]
vala: 0.11.4.2 -> 0.11.6.1

14 years agobinutils_2.21: Fix QA errors due to wrong RPATH
Khem Raj [Tue, 15 Feb 2011 19:41:06 +0000 (11:41 -0800)]
binutils_2.21: Fix QA errors due to wrong RPATH

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogcc-4.5: Bring latest from linaro 4.5 and bump svn SRCREV for upstream
Khem Raj [Tue, 15 Feb 2011 07:32:15 +0000 (07:32 +0000)]
gcc-4.5: Bring latest from linaro 4.5 and bump svn SRCREV for upstream

Please test this patch out in your respective combinations and report
and regressions you see.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agou-boot 2009.01: Fix 'weak' issues
Tom Rini [Tue, 15 Feb 2011 18:40:45 +0000 (11:40 -0700)]
u-boot 2009.01: Fix 'weak' issues

Based on existing patches for other boards.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agolibgisi: packaging++
Michael 'Mickey' Lauer [Tue, 15 Feb 2011 19:07:36 +0000 (20:07 +0100)]
libgisi: packaging++

14 years agoflac: fix build problems with rpath on older libtool
Henning Heinold [Tue, 15 Feb 2011 17:45:17 +0000 (18:45 +0100)]
flac: fix build problems with rpath on older libtool

* bump INC_PR

14 years agospojegui: bump SRCREV and remove upstream applied desktop file fixes for QA issues
Martin Jansa [Tue, 15 Feb 2011 15:18:32 +0000 (16:18 +0100)]
spojegui: bump SRCREV and remove upstream applied desktop file fixes for QA issues

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoalsa-state: enable HDMI audio by default
Koen Kooi [Tue, 15 Feb 2011 13:52:16 +0000 (14:52 +0100)]
alsa-state: enable HDMI audio by default

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agolibsdl-mixer: fix compiling for angstroem 2008.1
Henning Heinold [Tue, 15 Feb 2011 11:21:58 +0000 (12:21 +0100)]
libsdl-mixer: fix compiling for angstroem 2008.1

* libtool don't honors AC_CONFIG_AUX_DIRS in this
  case so not all libtool stuff is deleted, fixed it
  by copy the stuff from the build-script dir
  and remove the dir afterwards
* bump PR

14 years agoautofs: set license field to GPLv2+
Andreas Oberritter [Tue, 15 Feb 2011 11:01:20 +0000 (11:01 +0000)]
autofs: set license field to GPLv2+

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
14 years agobug-desktop-icons: Fix QA error in desktop files.
Stefan Schmidt [Tue, 15 Feb 2011 10:09:26 +0000 (11:09 +0100)]
bug-desktop-icons: Fix QA error in desktop files.

Its not allowed to use the file extension when not using a full path. Just use
the image name here.

14 years agorootfs_ipk: don't emit error code when ONLINE_PACKAGE_MANAGEMENT is really none
Martin Jansa [Tue, 15 Feb 2011 08:33:50 +0000 (09:33 +0100)]
rootfs_ipk: don't emit error code when ONLINE_PACKAGE_MANAGEMENT is really none

* currently do_rootfs fails when it's "none", because that test returns
  exit code '1':
  | log_check: Using /OE/tmpdir-shr/work/spitz-oe-linux-gnueabi/initramfs-kexecboot-klibc-image-1.0-r0/temp/log.do_rootfs.21324 as logfile
  | Logfile is clean
  | + rm -rf /OE/tmpdir-shr/rootfs/initramfs-kexecboot-klibc-image-tmp
  | + '[' none '!=' none ']'
  NOTE: package initramfs-kexecboot-klibc-image-1.0-r0: task do_rootfs: Failed
  ERROR: Function 'do_rootfs' failed (see /OE/tmpdir-shr/work/spitz-oe-linux-gnueabi/initramfs-kexecboot-klibc-image-1.0-r0/temp/log.do_rootfs.21324 for further information)
  ERROR: Task 1356 (/OE/dev/recipes/images/initramfs-kexecboot-klibc-image.bb, do_rootfs) failed with exit code '1'
  ERROR: '/OE/dev/recipes/images/initramfs-kexecboot-klibc-image.bb' failed

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolinux.inc: Add lzma-native for nokia900
Tom Rini [Mon, 14 Feb 2011 23:12:52 +0000 (16:12 -0700)]
linux.inc: Add lzma-native for nokia900

Add a check for nokia900 to the existing DEPENDS mangler to add
lzma-native, otherwise:
|   LZMA    arch/arm/boot/compressed/piggy.lzma
| /bin/sh: lzma: command not found

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoAdd a small helper script listing all recipes with QA errors.
Andreas Müller [Tue, 15 Feb 2011 05:06:48 +0000 (05:06 +0000)]
Add a small helper script listing all recipes with QA errors.

Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
14 years agoRevert "gst-rtsp.inc: Add check to DEPENDS"
Khem Raj [Mon, 14 Feb 2011 21:38:25 +0000 (13:38 -0800)]
Revert "gst-rtsp.inc: Add check to DEPENDS"

check is already in the DEPENDS list plus it had typo in it

This reverts commit 393c0d5bc5850592b51013d0918d0fe623d40de8.

14 years agopython_2.6.6.bb: Fix QA ERRORS due to staging libdir in rpath
Khem Raj [Mon, 14 Feb 2011 20:56:37 +0000 (12:56 -0800)]
python_2.6.6.bb: Fix QA ERRORS due to staging libdir in rpath

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogst-rtsp.inc: Add check to DEPENDS
Khem Raj [Mon, 14 Feb 2011 20:55:50 +0000 (12:55 -0800)]
gst-rtsp.inc: Add check to DEPENDS

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agocheck_0.9.5.bb: Add patch to use quadrigraphs in macro names
Khem Raj [Mon, 14 Feb 2011 20:53:59 +0000 (12:53 -0800)]
check_0.9.5.bb: Add patch to use quadrigraphs in macro names

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agopackage_deb.bbclass: remove double DISTRO_PR from the package version.
Filip Zyzniewski [Tue, 15 Feb 2011 03:57:54 +0000 (03:57 +0000)]
package_deb.bbclass: remove double DISTRO_PR from the package version.

PKGR already contains DISTRO_PR, so no need to add it twice.

Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agopackage_deb.bbclass: depend on apt, not dpkg.
Filip Zyzniewski [Tue, 15 Feb 2011 03:23:04 +0000 (03:23 +0000)]
package_deb.bbclass: depend on apt, not dpkg.

Both package_deb.bbclass and rootfs_deb.bbclass use apt-get.

Without apt system cannot be bootstrapped because there is no optimal
way to fetch new packages. Apt depends on dpkg, so switching from dpkg
to apt in EXTRA_DEPENDS provides both.

Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agou-boot: Make sure we use override HOSTCC for env tools
Tom Rini [Mon, 14 Feb 2011 19:27:15 +0000 (12:27 -0700)]
u-boot: Make sure we use override HOSTCC for env tools

Upstream says that the right way to build a target binary of the env
tools is to pass in HOSTCC=your-cross-cc.  Bump the PR in u-boot_git.bb
to fix as many easily fixable ones as possible, but other platforms
may have been shipping bad binaries (since we had skipped testing
on this package due to GNU_HASH issues when built for the target).

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoRevert 6a7f8c in favor of a real fix
Chris Larson [Mon, 14 Feb 2011 19:11:19 +0000 (12:11 -0700)]
Revert 6a7f8c in favor of a real fix

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agopackage_deb.bbclass: Use PKGV/PKGR variables where applicable.
Filip Zyzniewski [Tue, 15 Feb 2011 02:52:01 +0000 (02:52 +0000)]
package_deb.bbclass: Use PKGV/PKGR variables where applicable.

Using PV/PR causes problems like libncursesw5_5.7-r16 depending on
libtinfo5 (>= 5.7+20110115).

Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agopython: generate-manifest-2.6.py, update few entries
Martin Jansa [Mon, 14 Feb 2011 13:52:00 +0000 (14:52 +0100)]
python: generate-manifest-2.6.py, update few entries

* config was in python-dev as well as python-distutils, keep in
  distutils
* linecache.* was in python-core as well as python-lang, keep in core

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agopython: generate-manifest-2.6.py, more s/python/${PN}/g and regenerate it
Martin Jansa [Mon, 14 Feb 2011 13:28:41 +0000 (14:28 +0100)]
python: generate-manifest-2.6.py, more s/python/${PN}/g and regenerate it

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>