aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-02-18bug-image-production: Add back bash-sh packageStefan Schmidt
2011-02-18bash: Add bash-sh package to switch /bin/sh to /bin/bashStefan Schmidt
An old change from hrw in the BugLabs repo I forgot to bring over earlier.
2011-02-18org.freedesktop.dbus: modify recipe so localization/compilation occurs ↵Stefan Schmidt
correctly.
2011-02-18kaeilos.inc: switched to eglibcMarco Cavallini
2011-02-17libpng.inc: Package library in libpng and provide libpng3Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-02-17contrib/testing/testscript.sh: Dont define BBMASKKhem Raj
* 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>
2011-02-17glib-2.0 2.28.0: Bring back glib-mkenums-interpreter.patchTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-17bitbake.conf: export LC_ALL = "C"Eric BENARD
* 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>
2011-02-17gnutls.inc: Add --disable-rpathTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-17openssl: Update from 1.0.0c to 1.0.0dTom Rini
Security fixes only so just bumping everyone that pinned up. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-17sqlite3-native: Fixup DEPENDSTom Rini
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>
2011-02-17gettext: Pass --disable-rpath on targetTom Rini
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>
2011-02-17db: Bring in 5.1.19 from pokyTom Rini
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>
2011-02-17com.buglabs.bug.base: add support for bug 1.xDenis 'GNUtoo' Carikli
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>
2011-02-17task-bug: make it compatible with bug 1.x,machine arch ${PN}Denis 'GNUtoo' Carikli
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>
2011-02-17bug20: add MACHINE_EXTRA_RRECOMMENDSDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
2011-02-17hostapd 0.7.3: convert to libnl2Denis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
2011-02-17pingus 0.7.2: fix newer boost(1.45.0) detection (break older boosts)Denis 'GNUtoo' Carikli
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>
2011-02-17linux-bug: fix undefined reference to `__gnu_mcount_nc' issue and bump PRDenis 'GNUtoo' Carikli
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>
2011-02-17busybox: remove 1.18.2Eric Bénard
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>
2011-02-17slugos: prefer busybox 1.18.3Eric Bénard
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>
2011-02-17angstrom-2010: prefer busybox-1.18.3Eric Bénard
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>
2011-02-17busybox: add 1.18.3 and its fixesEric Bénard
- 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>
2011-02-17busybox: add group to -passwd packageBernhard Reutner-Fischer
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>
2011-02-17nodejs: add 0.4.0Eric Bénard
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>
2011-02-17gnokii: remove old recipesEric Bénard
Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2011-02-17gnokii: add latest versionEric Bénard
- 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>
2011-02-17gnokii-0.6.14: fix download linkEric Bénard
Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2011-02-17util-linux-ng: add 2.18Eric Bénard
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>
2011-02-17angstrom 2008: prefer a libsoup from the stable seriesKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-02-17angstrom next: move to glib 2.28.0Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-02-17libsoup-2.4 2.33.6: lower default prefKoen Kooi
* it's a release from the unstable series * it needs a too new glib-2.0 Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-02-16gcc-4.5: Bring latest from linaro 4.5 and bump svn SRCREV for upstreamKhem Raj
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>
2011-02-16readline 6.1: Move 'p2' into PV and out of PKGVTom Rini
Otherwise we have problems with readline. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-16ncurses: Move ${PATCHDATE} into PV rather than just PKGVTom Rini
This was making explode_deps unhappy. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-16autotools: symlink where we canChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2011-02-16autotools: split out a oe_autoreconf functionChris Larson
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>
2011-02-16autotools: cleanupChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2011-02-16native: fix duplicating virtclass-native entries in OVERRIDESChris Larson
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>
2011-02-16bt-gps: fix hardcoded paths, fix QA issues, use bindir/datadir variablesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-02-16task-shr-feed: add bison and automakeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-02-16libsoup-2.4: add 2.33.6 version needed for newer webkit-eflMartin Jansa
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>
2011-02-16SHR: drop P_V for glib-2.0 (upgrades from 2.26.1 to 2.28.0)Martin Jansa
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>
2011-02-16glib-2.0: add 2.28.0, needed by newer libsoupMartin Jansa
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>
2011-02-16openmoko-gps: bump SRCREV, fix QA issues, fix hardcoded path, use ↵Martin Jansa
bindir/datadir and rename recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-02-16mokoeightball: fix hardcoded paths and QA issuesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-02-16cdparanoia (svn): use build variables to fix packaging when using empty prefixOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2011-02-16linux-2.6.24: phy handling fixed for hipox machineMario Schuknecht
* phy switching enabled * link status handling fixed Signed-off-by: Mario Schuknecht <m.schuknecht@dresearch.de> Acked-by: Steffen Sledz <sledz@dresearch.de>
2011-02-16task-base: bump PR to pick changes from nokia900.confMartin Jansa
* 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>
2011-02-15qt4e-demo-image: Switch to using task-qt4e.bbTom Rini
In task-qt4e.bb put the xmlpatterns bits in RRECOMMENDS for QT 4.6.x Signed-off-by: Tom Rini <tom_rini@mentor.com>