Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-06-15 | alsa-utils: fix linking against host libc.so/libm.so | Denys Dmytriyenko | 1 | |
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-15 | rootfs_ipk: move "mkdir /etc/opkg" inside ONLINE_PACKAGE_MANAGEMENT conditional | Phil Blundell | 1 | |
2009-06-15 | busybox: add less bloated defconfig for micro | Phil Blundell | 1 | |
2009-06-15 | Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded ↵ | Phil Blundell | 3 | |
into org.openembedded.dev | ||||
2009-06-15 | binutils: note that uclibc-segfault.patch is already upstream | Phil Blundell | 1 | |
2009-06-15 | xcb: note that this patch isn't wanted upstream | Phil Blundell | 1 | |
2009-06-15 | irda-utils: note that this patch isn't wanted upstream | Phil Blundell | 1 | |
2009-06-15 | u-boot: Added 2009.06. Machine mpc8315e-rdb uses it now. | Leon Woestenberg | 3 | |
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-15 | linux-2.6.30: Added to checksums.ini | Leon Woestenberg | 1 | |
2009-06-15 | procps: adjust FILES so that libproc-*.so lands in ${PN} | Phil Blundell | 1 | |
2009-06-15 | Revert "bitbake.conf, lib_package.bbclass: fix packaging of ${base_libdir}/*.so" | Phil Blundell | 2 | |
This reverts commit ba434bd1dc9dc8ed61953a1579ea9e993e81cbb2. Acked-by: Richard Purdie, Leon Woestenberg | ||||
2009-06-15 | netbase: don't ship update-inetd if not doing online package management | Phil Blundell | 1 | |
2009-06-14 | base-passwd: adjust packaging for micro | Phil Blundell | 1 | |
2009-06-14 | micro-image: remove assignment to ONLINE_PACKAGE_MANAGEMENT, micro.conf sets ↵ | Phil Blundell | 1 | |
this now | ||||
2009-06-14 | sysvinit: move a couple more files to -utils package | Phil Blundell | 1 | |
2009-06-14 | sysvinit: banish seldom-used utils into sysinit-utils package, recommend it ↵ | Phil Blundell | 1 | |
for everything except micro | ||||
2009-06-14 | dropbear: adjust packaging for micro | Phil Blundell | 1 | |
2009-06-13 | gcc-4.4.0: add some uclibc patches | Phil Blundell | 2 | |
2009-06-13 | micro: disable ONLINE_PACKAGE_MANAGEMENT globally | Phil Blundell | 1 | |
2009-06-13 | task-gpe-settings: remove xmonobut, unbuildable and nothing to do with ↵ | Phil Blundell | 1 | |
settings anyway | ||||
2009-06-13 | rootfs_ipk: opkg (at least some versions) doesn't respect ${libdir}, so look ↵ | Phil Blundell | 1 | |
in /usr/lib specifically for its bits | ||||
2009-06-13 | Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded ↵ | Phil Blundell | 1 | |
into org.openembedded.dev | ||||
2009-06-13 | figment: update SRC_URI and reinstate in gpe-image | Phil Blundell | 2 | |
2009-06-13 | gpe-dm: update to 0.52 | Phil Blundell | 3 | |
xserver-common: update to 1.25 | ||||
2009-06-13 | autotools.bbclass: sdk packages should not depend on libtool-cross | Tom Rini | 1 | |
2009-06-14 | gpe-session-scripts: replace /usr/bin with ${bindir} in 0.67 | Rolf Leggewie | 1 | |
* same as commit a729981b8a3e27e800078ccfd05249eef42b7ae4 | ||||
2009-06-13 | gpe-session-scripts: respect ${bindir} | Phil Blundell | 1 | |
2009-06-13 | openobex: relax dependency from bluez4 to generic bluez-libs | Phil Blundell | 1 | |
2009-06-13 | gpe-image: figment is unfetchable, punt it from the image | Phil Blundell | 1 | |
2009-06-13 | update-rc.d: don't add runtime dependency if not doing online package ↵ | Phil Blundell | 1 | |
management; only add it to ${PN} in any case. | ||||
2009-06-13 | console-tools: inherit gettext | Phil Blundell | 1 | |
2009-06-13 | tzdata: fix installation with prefix='' | Phil Blundell | 1 | |
2009-06-13 | task-gpe: remove xmonobut since SRC_URIs for both versions are unfetchable | Phil Blundell | 1 | |
2009-06-13 | irda-utils: respect $(sbindir) | Phil Blundell | 2 | |
2009-06-13 | openssl: avoid empty PREFIX since this causes Configure to do the wrong thing | Phil Blundell | 1 | |
2009-06-13 | Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded ↵ | Phil Blundell | 2 | |
into org.openembedded.dev | ||||
2009-06-13 | libidn: add 1.15 | Phil Blundell | 2 | |
2009-06-13 | enchant: use more sensible FILES | Phil Blundell | 1 | |
2009-06-13 | libidn: old SRC_URI has become unavailable | Rolf Leggewie | 2 | |
2009-06-12 | bitbake.conf: add -g to BUILD_OPTIMIZATION | Phil Blundell | 4 | |
sane-toolchain-*.inc: remove assignments to BUILD_OPTIMIZATION Acked-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-06-12 | Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded ↵ | Phil Blundell | 1 | |
into org.openembedded.dev | ||||
2009-06-12 | libxcb: look for xproto.xml in staging, not in the host environment | Phil Blundell | 2 | |
2009-06-12 | gnuradio-3.2 : Use -program-prefix to remove prefix from programs. | Philip Balister | 1 | |
2009-06-12 | micro-uclibc: make sure "micro" is in OVERRIDES; use eabi for armeb | Phil Blundell | 1 | |
2009-06-12 | uclibc-initial: respect ${CC} | Phil Blundell | 1 | |
2009-06-12 | base-files: handle DISTRO=micro-uclibc correctly | Phil Blundell | 1 | |
2009-06-12 | Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵ | Koen Kooi | 5 | |
into org.openembedded.dev | ||||
2009-06-12 | beagleboard demo image: use install_lunguas | Koen Kooi | 1 | |
2009-06-12 | Angstrom: set BUILDNAME | Koen Kooi | 1 | |
2009-06-12 | image bbclass: add install_linguas method | Koen Kooi | 1 | |
* this method will install all linguas in $IMAGE_LINGUAS for all packages installed into the rootfs * currently opkg only, guarded with a check |