summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-03-26shr-wizard: add e-wm to DEPENDSMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-26checksums: drop libxml2, libxslt checksums which were moved to recipesMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-26libxslt: introduce libxslt.inc, move checksums to recipe, add 1.1.26Martin Jansa5
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-26alsa-scenarii-shr: move recipe to obsoleteMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-26alsa-scenarii-shr: move SRCREV to recipeMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-26ffalarms: move old 0.2.2 to obsolete with it's checksum, drop unused patchMartin Jansa3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-26ffalarms: bump to version 0.4Łukasz Pankowski1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-25meta-toolchain: fix SDK_PATH resolving early by swapping quotingDenys Dmytriyenko1
http://thread.gmane.org/gmane.comp.handhelds.openembedded/31484 Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-03-25geos: latest versions do not depend on boostCliff Brake1
2010-03-25gnome-mplayer: add 0.9.9.2Koen Kooi1
2010-03-25udev 151: follow debian/fedora and use /lib/udev as libexecdir. This fixes ↵Koen Kooi1
packages installing rules into /lib/udev
2010-03-25networkmanager, -applet: bump PRKoen Kooi2
2010-03-25angstrom: add script to make a mini personal feed containing only the ↵Koen Kooi1
differences between upstream feeds and your deploydir
2010-03-25angstrom: prefer glib 2.23.6Koen Kooi1
2010-03-25gvfs: add 1.5.5Koen Kooi3
2010-03-25libgpod: add 0.7.92Koen Kooi3
2010-03-25libimobiledevice: add 1.0.0Koen Kooi1
2010-03-25libplist: add 1.2Koen Kooi1
2010-03-25usbmuxd: add 1.0.3Koen Kooi1
2010-03-25glib-2.0: add 2.23.6Koen Kooi6
* thumb patch needs rediffing
2010-03-25at91-l9260.conf: fix spelling errorUlf Samuelsson1
Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com>
2010-03-25manifest.bbclass: Remove since its broken and unusedRichard Purdie1
This code has never been used, is only half complete and obsolete. If anyone ever wnats to refer to it, its in the history but keeping useless code ist just confusing so delete it. Acked-by: Chris Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
2010-03-25linux-openmoko-2.6.32: upgrade to 2.6.32.10 and one additional patchMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-25matchbox-keyboard-inputmethod: Fix build with newer libtoolThomas Zimmermann2
* Newer libtool fails to install libs because of an additional / Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2010-03-25tiff: add BBCLASSEXTEND to get tiff-nativeThomas Zimmermann1
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2010-03-25estardict: add version 0.2Vaudano Luca1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-25vlan: add pre-up/post-down/up scriptsRoman I Khimov4
2010-03-25iptables: update to version 1.4.7Roman I Khimov2
Don't remove ipt_DSCP for this version Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-25sphyrna-python: fix missing python-native build dependencyRoman I Khimov1
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-25rpm: fix python-rpm packaging, add missing python-native build dependencyRoman I Khimov1
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-25lowpan-tools: fix lowpan-tools-tests packagingRoman I Khimov1
RDEPENDS on python, wants python-native at build time. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-03-25fetchmail: fix fetchmailconf packaging and fetchmail buildRoman I Khimov1
python-native needed for python-dir proper working and then fetchmailconf really wants to have some python in runtime. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-25use PYTHON_SITEPACKAGES_DIRRoman I Khimov37
Converted most of python site-packages references to PYTHON_SITEPACKAGES_DIR. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-25distutils-common-base: move Python dir detection to separate classRoman I Khimov2
Allows to inherit that in packages containing Python extensions but still tightly control packaging of those extensions. Mainly for the cases where you want those python modules/extensions/parts to be packaged separately from the main package in order not to introduce python dependency where you don't need it. Technically, you can do it with distutils-common-base, but it might require more FILES_* work than with python-dir. Introduce PYTHON_SITEPACKAGES_DIR along the way, site-packages directory is referenced frequently enough within class files, but some recipes also pack this directory as ${libdir}/python2.5/site-packages ${libdir}/python2.6/site-packages ${libdir}/python*/site-packages /usr/lib/python*/site-packages ${libdir}/*/site-packages all of which are not perfect. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-24SlugOS: slugos-packages.bb - update to accomodate removal of e2fsprogs-libsMike Westerhof1
2010-03-24Revert "cpan-base: add perl version to PR"Roman I Khimov1
This reverts commit e7c6b93906b8909e659d7e680a1457472bc99bda. Sorry for breakage. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-24Merge branch 'perl-5.10' into org.openembedded.devRoman I Khimov73
2010-03-24networkmanager-openvpn: added missing dependency on gnome-keyringMarcin Juszkiewicz1
Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
2010-03-24util-linux-ng: add nativeMarcin Juszkiewicz1
Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
2010-03-24misc recipes: migrate from e2fsprogs-libs to util-linux-ng/e2fsprogsMarcin Juszkiewicz28
Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
2010-03-24e2fsprogs: cover e2fsprogs-libs tooMarcin Juszkiewicz1
- libcom_err and libss libraries are now in separate packages - headers and libraries are installed using upstream makefile so no longer missing headers Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
2010-03-24e2fsprogs-libs: dropped as e2fsprogs provide those libs nowMarcin Juszkiewicz23
Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
2010-03-24networkmanager-openvpn: added missing dependency on gladeMarcin Juszkiewicz1
Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
2010-03-24base-files_3.0.14.bb: bumped PR due to KeilOS new issue fileMarco Cavallini1
2010-03-24kaeilos/issue: Changed KaeilOS login logo (again)Marco Cavallini2
2010-03-24task-shr-minimal-fso: add fso-gpsd as it was removed from task-fso2-complianceThomas Zimmermann1
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2010-03-24mh355/xorg.conf: added xorg.conf settings for machine mh355Marco Cavallini1
2010-03-24mh355/interfaces: added lan settings for machine mh355Marco Cavallini1
2010-03-24kaeilos-2009-preferred-versions.inc: Updated package versionsMarco Cavallini1
2010-03-24kaeilos/issue: Changed KaeilOS login logoMarco Cavallini2