summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-03-09libgles-omap3: prepare initscript for ES5.x (DM37xx and OMAP36xx)3Koen Kooi1
2010-03-09linux 2.6.33: add support for ts72xxPetr Štetiar18
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2010-03-09Revert "angstrom: prefer gnutls 2.4.2, 2.8.5 induces too much breakage"Marcin Juszkiewicz1
This reverts commit de69350beb7739b944c728980ca724e171492595. All recipes which depend on gnutls was fixed to build with 2.8.5 version. Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Acked-by: Koen Kooi <koen@openembedded.org>
2010-03-09gnutls: drop old versionsMarcin Juszkiewicz12
GnuTLS 2.7 moved from M4 macros + libgnutls-config to pkg-config. All software which required gnutls got fixed for this and is not buildable with older versions. Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-03-09libgcrypt: add nativeMarcin Juszkiewicz1
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-03-09libgpg-error: add nativeMarcin Juszkiewicz1
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-03-09task-openprotium: adapt to e2fsprogs/util-linux-ng changesMarcin Juszkiewicz1
2010-03-09task-mamona-base: adapt to e2fsprogs<>util-linux-ng changesMarcin Juszkiewicz1
2010-03-09task-slugos: adapt to e2fsprogs<>util-linux-ng changesMarcin Juszkiewicz1
2010-03-09task-proper-tools: dropped e2fsprogs-fsck as it is part of util-linux-ng nowMarcin Juszkiewicz1
2010-03-09util-linux-ng: provide libblkid/libuuid/fsck/blkid instead of e2fsprogsMarcin Juszkiewicz9
This commit is next step after e2fsprogs lost libblkid, libuuid, fsck, blkid packages. Most applications/libraries now require u-l-ng versions of uuid/blkid libraries. Also I followed Debian in moving to u-l-ng components instead of e2fsprogs ones (fsck, blkid). Recipe got cleaned up and unified. Util-linux-ng 2.17 requires fallocate64 which is glibc 2.11+ so I disabled that functionality for now. Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-03-09e2fsprogs: move libblkid/libuuid/fsck to util-linux-ng + new staging/nativeMarcin Juszkiewicz9
Dropped libblkid, libuuid and fsck binary and use those which are in util-linux-ng. There are more and more applications/libraries which require libblkid 2.xx - for example recent HAL. Unified recipes, moved to new staging, used BBCLASSEXTEND for native. Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-03-09msmtp: upgrade to 1.4.19Marcin Juszkiewicz2
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-03-09loudmouth: added patch from Debian to use new GnuTLSMarcin Juszkiewicz2
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-03-09gnome-vfs 2.24.1: added patch from Debian to use new GnuTLSMarcin Juszkiewicz2
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-03-09iksemel 1.2: drop glibc dependencyMarcin Juszkiewicz1
2010-03-09iksemel: make it build with GnuTLS 2.8.5 - from upstream SVNMarcin Juszkiewicz2
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-03-09mutt: apply Debian patch for new GnuTLSMarcin Juszkiewicz2
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-03-09lftp: upgrade to 4.0.5Marcin Juszkiewicz1
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-03-09qemu: remove 0.10.3Roman I Khimov18
See "sanity: remove /proc/sys/vm/mmap_min_addr check" for reasoning, basically, 0.12.x is needed for reliable work on any host system. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Tom Rini <tom_rini@mentor.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-03-09qemu: remove 0.9.xRoman I Khimov110
QEMU 0.9.x is obsolete this days and with all modifications made for QEMU 0.10.x in OE, versions 0.9.x are unusable anyway. 0.10.3 was introduced 10 month ago, so a good transition time was also given. Now it's time to just kill it. Also remove cvs and svn versions since those are 0.9.x leftovers and QEMU moved to git long ago. Also remove gcc3 checks since that are not relevant for QEMU 0.10+. Also remove from icecc blacklist, since QEMU builds fine with it and the reason for blacklisting was GCC 3. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Tom Rini <tom_rini@mentor.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-03-09sanity: remove /proc/sys/vm/mmap_min_addr checkRoman I Khimov1
Binary locale generation fails on openSUSE 11.2 and probably would fail on some other hosts with 2.6.31+ kernels since mmap-ing page zero may be forbidden for security reasons even with /proc/sys/vm/mmap_min_addr set to 0 (this also affects Ubuntu 9.10, although it's been fixed there: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/423513 ). This is not a problem for recently introduced qemu 0.12.3 since it can relocate binaries now, which is tested on openSUSE 2.6.31 kernel with mmap_min_addr=65536 and Debian lenny 2.6.26 with mmap_min_addr set to 0, 4096, 65536. Given that, this check is just useless. Unfortunately, it also means that for reliable builds we have to remove qemu 0.10 which can't work with some kernels. Patch will follow to do that. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Tom Rini <tom_rini@mentor.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-03-09qemu: add version 0.12.3Roman I Khimov14
qemu-native tested to compile on openSUSE 11.2 and Debian Lenny. Binary locale generation tested for qemuarm/glibc, simpad/glibc, x86-prescott/eglibc, efika/glibc. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Tom Rini <tom_rini@mentor.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-03-09opensll: Upgrade to version 0.9.8mHolger Hans Peter Freyther9
* Upgrade both openssl and openssl-native to 0.9.8m * Upgrade the Makefile and Config changes * Switch to checksums inside the recipe
2010-03-09linux-davinci: update to the latest staging snapshotDenys Dmytriyenko2
2010-03-09sane-srcrevs-fso: bump frameworkd, previous rev turned out faulty.Sebastian Spaeth1
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-03-09webkit-gtk: bump SRCREVKoen Kooi3
2010-03-09kernel-module-bc: recipe to build WTBU bc_cat.koKoen Kooi1
2010-03-09consolekit 0.4.1: sync packaging with 0.3.xKoen Kooi1
2010-03-09libsoup-2.4: add 2.29.91Koen Kooi1
2010-03-09angstrom-led-config: Add LED setup for the ts72xx and bump PRPetr Štetiar2
Signed-off-by: Petr Štetiar <ynezz@true.cz> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-03-08linux-libc-headers: kill unneeded do_stage functionsChris Larson12
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-03-08package_ipk: ensure pkgdest/root dirs exist before the lockfile/chdirChris Larson1
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-03-08linux: Do not put the simone kernel image into package.Florian Boor1
The default bootloader configuration expects the kernel in a separate partition. We save quite some precious flash removing the kernel from the filesystem.
2010-03-08base.bbclass: provide shortcut syntax for first anonymous entry in SRC_URIBernhard Reutner-Fischer2
2010-03-08frameworkd: bump SRCREV a bit moreMartin Jansa1
2010-03-08task-shr: replace default browser midori with venturaMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-08frameworkd: missing quot in postinst :/Martin Jansa1
2010-03-08angstrom-task-gnome: add pam ck connectorKoen Kooi1
2010-03-08fso: bump SRCREV for libgsm0710, fso-abyss, frameworkd (redesigned opimd ↵Martin Jansa3
database) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-08binutils: add 2.20.1Phil Blundell10
2010-03-08libgles-omap3: autoload bufferclass_ti driver at bootKoen Kooi2
2010-03-08midori: add 0.2.4Koen Kooi1
2010-03-08consolekit: pam-plugin-ck-connector rdepends on consolekitOtavio Salvador1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2010-03-08consolekit: add pam-plugin-ck-connector packageOtavio Salvador1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2010-03-08fsodatad: missing PR bumpMartin Jansa1
2010-03-08shr: move etk-themes to obsolete, remove etk-theme-neo from RSUGGESTSMartin Jansa8
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-08shr: move some obsolete SHR apps to obsolete directoryMartin Jansa9
* with SRCREV moved from sane-srcrevs.inc to recipes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-08gst-plugin-bc: update patch to the version thats going upstreamKoen Kooi1
2010-03-08git: Upgrade from 1.6.0.4 to 1.7.0.2Holger Hans Peter Freyther8
The git-daemon+(x)inetd has a known denial of service problem. Upgrade to a newer git version just in case. Remove two bogus autoconf patches that can be done by passing in autoconf varaibles. Switch to local checksums instead of checksums.ini