summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2009-05-19minilite: unifyRolf Leggewie8
2009-05-19checksums.ini: add entry for gnome-mplayer 0.5.3.Rolf Leggewie1
2009-05-19angstrom-feed-builder: add zenityKoen Kooi1
2009-05-19zenity: add 2.26.0Koen Kooi2
2009-05-19zenity packagePrevidi Roberto4
Please ignore my previous zenity patches. I collected all in one single patch this time so it should be more handy to use. The package zenity allows to use powerful graphic dialogs from the shell or scripts without effort. I added some patches to build fine (makefile.patch and no-gnome-doc.patch) and one patch to add a little but handy feature, fingerscroll.patch. it add the capability to the list dialogs of being scrolled dragging them with finger or pen (on touchscreens) or mouse (on desktop). The package has got some gnome dependencies (libgnomecanvas) and the tar.bz2 get downloaded from the gnome ftp, but i used inherit autotools because setting inherit gnome breaks the build for me.. i don't know how but some /usr/include path sneak into the CFLAGS making the cross compiler complain. Please tell me if there is any problem or i forgot something..
2009-05-19angstrom feed builder: remove opkg-native from clean listKoen Kooi1
2009-05-19angstrom feed uploader: use partial mode in rsyncKoen Kooi1
2009-05-19libassa: update to 3.5.0. 3.4.2 was incompatible with the libtool we use now.Rolf Leggewie2
2009-05-18opie-packagemanager: support opkg and split feed files in 1.2.4 versionPaul Eggleton3
2009-05-18flac: add 1.2.1. (Closes: #4386)Rolf Leggewie5
* move disable-xmms-plugin.patch from SRC_URI in .inc to 1.1.0 and 1.1.2 bb file. Does not apply cleanly to 1.2.1. Unsure if it would still be needed at runtime or not, but 1.2.1 otherwise compiles fine.
2009-05-18flac: add HOMEPAGE and simplify do_stageRolf Leggewie1
2009-05-18sane-srcrevs: Add gpe-mini-browser 2Florian Boor1
2009-05-18util-linux-ng: fix dep loopKoen Kooi1
2009-05-18psplash: added BUG supportMarcin Juszkiewicz3
BUG has 3 framebuffers: fb0 is BUGbase 160x105 monochrome LCD used for fbprogress and BUG menu fb1, fb2 are used by LCD modules (QVGA resolution)
2009-05-18angstrom 2009.X: weakly assign OLDEST_KERNELKoen Kooi1
2009-05-18bitbake.conf: weakly assign OLDEST_KERNEL ?= "2.4.0" *after* machine and ↵Koen Kooi1
distro configs are included
2009-05-18python: Add patch to fix linkingFlorian Boor2
2009-05-18icu: Apply patch working around a gcc bug.Florian Boor2
2009-05-18pointercal: Add support for the Topas 910.Florian Boor2
2009-05-18xserver-kdrive-common: Run calibration script before window manager and ↵Florian Boor2
change names in bb accordingly.
2009-05-18hal-info: update to 20090414Koen Kooi2
2009-05-18util-linux-ng: split out libs to avoid collision with e2fsprog-libsKoen Kooi2
2009-05-18e2fsprogs-libs: update to 1.41.5, split out libsKoen Kooi4
2009-05-18hal: add (disabled) hal 0.5.12Koen Kooi3
2009-05-18util-linux-ng 2.15: stage libblkid (yes, this used to be in e2fsprogs(-libs))Koen Kooi4
2009-05-18udev 141: add fb0 -> fb symlink to make X happyKoen Kooi2
* X starts, but hal doesn't see devices anymore
2009-05-18Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi4
into org.openembedded.dev
2009-05-18udev 141: add /dev cache, install binaries to the correct locationsKoen Kooi7
2009-05-18e2fsprogs(-native): update to 1.41.5Koen Kooi6
* add staging tweak from poky to get stuff into /bin instead of /sbin
2009-05-18avahi.inc : fix override to libc-glibc instead of linux to get it to alwaysGraeme Gregory2
work the right way avahi_0.6.24.bb : bump PR to pick up change
2009-05-18libnss-mdns_0.10.bb : add new version of the mdns resolverGraeme Gregory2
2009-05-18util-linux-ng: update to 2.15Koen Kooi2
2009-05-18xserver-common: add xdg-autostart support (from poky)Koen Kooi2
2009-05-18transmission: update-rc.d handles online check, so add a note saying that, ↵Koen Kooi2
fix packaging
2009-05-18transmission: only run *inst scripts onlineKoen Kooi2
2009-05-18xmms-embedded: fix -dbg packagingRolf Leggewie1
2009-05-18libmicrohttpd: update to 0.4.2Rolf Leggewie2
2009-05-18libmicrohttpd: remove unnecessary PN, add AUTHOR and improve DESCRIPTION and ↵Rolf Leggewie1
SRC_URI
2009-05-18libmicrohttpd: new recipeOttavio Campana1
2009-05-17transmission_1.61.bb : add new version of transmission make init runGraeme Gregory4
transmission and transmission user. transmission_1.40.bb : catchup old version with fixes from new checksums.ini : add transmission 1.61
2009-05-17krb5: Force cp to work due to an permissions issueTim 'timtim' Ellis2
2009-05-17bitbake.conf: update GENTOO_MIRROR setting. (Closes: #5054)Rolf Leggewie1
2009-05-17libusb1: update to 1.0.1Koen Kooi2
2009-05-17midori git: bump SRCREVKoen Kooi2
2009-05-17(e)glibc-package: enable binary locale generation on x86 and x86_64Roman I Khimov2
Works well for this targets, so we can add that to BINARY_LOCALE_ARCHES whitelist. Acked-by: Tom Rini <trini@embeddedalley.com>
2009-05-17(e)glibc-package: set LD_LIBRARY_PATH on binary locale generationRoman I Khimov2
Locale generation might fail with SIGSEGV if host libs get messed with target libs, that might easily happen via /etc/ld.so.cache when building x86(_64) target on x86(_64) host. So explicitly specify LD_LIBRARY_PATH to prevent that. Acked-by: Tom Rini <trini@embeddedalley.com>
2009-05-17(e)glibc-package: fix kernel version passed to qemuRoman I Khimov2
Binary locale generation fails with FATAL: kernel too old if (e)glibc is configured for kernels newer than 2.6.16. This comes from kernel version check in sysdeps/unix/sysv/linux/dl-osinfo.h. We configure (e)glibc with "--enable-kernel=${OLDEST_KERNEL}", so to pass this check we need kernel version reported from QEMU to (e)glibc be $OLDEST_KERNEL or higher. Fix qemu "-r" parameter to match OLDEST_KERNEL. Acked-by: Tom Rini <trini@embeddedalley.com>
2009-05-17linux-kirkwood_2.6.29.2.bb : add CPUIDLE support so hopefully we wasteGraeme Gregory5
less power while idle
2009-05-17at91bootstrap_2.11: updated patch for AFEB9260 with thumb.Sergey Lapin2
2009-05-17at91bootstrap: fixed machine name directorySergey Lapin1