summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2009-06-17kakasi: remove S definition from native recipeRolf Leggewie1
* as suggested by recipe_sanity * has probably become unnecessary with the introduction of BPN
2009-06-17preferred-xorg-versions-X11R7.4.inc: pin xextproto-native and xtrans-nativeRolf Leggewie1
* xextproto-native: 7.0.3 * xtrans: 1.2.1
2009-06-17busybox: make udhcpc script work in absence of legacy net-toolsPhil Blundell2
2009-06-17sysvinit: make sure /sys is mounted at bootupPhil Blundell2
2009-06-17base-files: add /sys for microPhil Blundell1
2009-06-17udev: fix confusion in naming of subpackage RDEPENDSPhil Blundell1
2009-06-16angstrom feed buider: add dialog and unzipKoen Kooi1
2009-06-16angstrom 2009.X: switch to glibc 2.9Koen Kooi1
* runtime testing on beagleboard, sheevaplug and om-gta01 reveals 2.9 to be as stable as 2.6.1
2009-06-16dropbear: last micro change was a bad idea, revert itPhil Blundell1
2009-06-16Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded ↵Phil Blundell72
into org.openembedded.dev
2009-06-16busybox: fix typo in defconfig for microPhil Blundell1
2009-06-16libgles-omap3: add support files for .08 releaseKoen Kooi17
* actual .08 recipe will follow later
2009-06-16clutter 0.9: update SRCREV, fix gtk-doc properlyKoen Kooi4
2009-06-16checksums: add more checksumsKoen Kooi1
2009-06-16enlightenment: bump SRCREV to latest rev before soname changeKoen Kooi1
* This gets us up to date with the latest snapshot release * runtime tested on beagleboard/angstrom
2009-06-16image.bbclass: unbreak postinst status in the install_lingua methodKoen Kooi1
2009-06-16iputils 20071127: touch up debian patchesKoen Kooi2
2009-06-16dvsdk: sync with TI overlay ↵Koen Kooi42
(http://arago-project.org/git/people/?p=brijesh/arago-dvsdk.git;a=summary) * cleanups will follow later
2009-06-16Angstrom: build with -ggdb3 by defaultKoen Kooi4
"Level 3 includes extra information, such as all the macro definitions present in the program. GDB supports macro expansion when you use `-gdb3'."
2009-06-16Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded ↵Phil Blundell2
into org.openembedded.dev
2009-06-16binutils, irda-utils, libxcb: remove extraneous hashes that were disrupting ↵Phil Blundell3
Laibsch's activities
2009-06-15gnuradio : Fixes for usrp support files packaging.Philip Balister2
2009-06-15Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded ↵Phil Blundell1
into org.openembedded.dev
2009-06-15micro-base-image: new imagePhil Blundell1
2009-06-15alsa-utils: fix linking against host libc.so/libm.soDenys Dmytriyenko1
Caused by expecting ncurses library in /usr/lib. For some people it's just a warning: ld: warning: library search path "/usr/lib" is unsafe for cross-compilation ld: skipping incompatible /usr/lib/libm.so when searching for -lm And for some people it breaks the build: ld: warning: library search path "/usr/lib" is unsafe for cross-compilation /usr/lib/libm.so: file not recognized: File format not recognized Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2009-06-15rootfs_ipk: move "mkdir /etc/opkg" inside ONLINE_PACKAGE_MANAGEMENT conditionalPhil Blundell1
2009-06-15busybox: add less bloated defconfig for microPhil Blundell1
2009-06-15Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded ↵Phil Blundell3
into org.openembedded.dev
2009-06-15binutils: note that uclibc-segfault.patch is already upstreamPhil Blundell1
2009-06-15xcb: note that this patch isn't wanted upstreamPhil Blundell1
2009-06-15irda-utils: note that this patch isn't wanted upstreamPhil Blundell1
2009-06-15u-boot: Added 2009.06. Machine mpc8315e-rdb uses it now.Leon Woestenberg3
Newest u-boot release 2009.06. Also, as the mpc8315e-rdb boards come with a buggy u-boot (possible invalid access due to missing guard, when speculatively executing libz code), its u-boot version is now set to 2009.06 which contains the fix. Same applies to mpc8313e-rdb, to be upgraded later. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-06-15linux-2.6.30: Added to checksums.iniLeon Woestenberg1
2009-06-15procps: adjust FILES so that libproc-*.so lands in ${PN}Phil Blundell1
2009-06-15Revert "bitbake.conf, lib_package.bbclass: fix packaging of ${base_libdir}/*.so"Phil Blundell2
This reverts commit ba434bd1dc9dc8ed61953a1579ea9e993e81cbb2. Acked-by: Richard Purdie, Leon Woestenberg
2009-06-15netbase: don't ship update-inetd if not doing online package managementPhil Blundell1
2009-06-14base-passwd: adjust packaging for microPhil Blundell1
2009-06-14micro-image: remove assignment to ONLINE_PACKAGE_MANAGEMENT, micro.conf sets ↵Phil Blundell1
this now
2009-06-14sysvinit: move a couple more files to -utils packagePhil Blundell1
2009-06-14sysvinit: banish seldom-used utils into sysinit-utils package, recommend it ↵Phil Blundell1
for everything except micro
2009-06-14dropbear: adjust packaging for microPhil Blundell1
2009-06-13gcc-4.4.0: add some uclibc patchesPhil Blundell2
2009-06-13micro: disable ONLINE_PACKAGE_MANAGEMENT globallyPhil Blundell1
2009-06-13task-gpe-settings: remove xmonobut, unbuildable and nothing to do with ↵Phil Blundell1
settings anyway
2009-06-13rootfs_ipk: opkg (at least some versions) doesn't respect ${libdir}, so look ↵Phil Blundell1
in /usr/lib specifically for its bits
2009-06-13Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded ↵Phil Blundell1
into org.openembedded.dev
2009-06-13figment: update SRC_URI and reinstate in gpe-imagePhil Blundell2
2009-06-13gpe-dm: update to 0.52Phil Blundell3
xserver-common: update to 1.25
2009-06-13autotools.bbclass: sdk packages should not depend on libtool-crossTom Rini1
2009-06-14gpe-session-scripts: replace /usr/bin with ${bindir} in 0.67Rolf Leggewie1
* same as commit a729981b8a3e27e800078ccfd05249eef42b7ae4