summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-06-05efl: revert SRCREV bump, needs more testingKoen Kooi1
2010-06-05angstrom: automake 1.11 doesn't exist, 1.11.1 doesKoen Kooi2
2010-06-05gettext-native: Add virtual/libintl-native to PROVIDES list.Khem Raj2
* Some packages have DEPENDS on virtual/libintl which gets converted to virtual/libintl-native when they use BBCLASSEXTEND for their corresponding native packages. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-05sane-toolchain-uclibc.inc: Dont force USE_NLS for glib-2.0 here.Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-05angstrom-2008-preferred-versions.inc: Set 1.11 PREFERRED_VERSION for ↵Khem Raj1
automake-native Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org>
2010-06-05bison: DEPEND on virtual/libintl not on gettextKhem Raj3
* Rename INCPR to INC_PR Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-05udev_151: Make it work with uclibc.Khem Raj3
* This only works with uclibc-git version at the moment. These two patch should not be needed as well once uclibc patches which adds lutimes and defines le16toh are committed. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-05site/mips-common: Cache cvs_cv_func_printf_ptrKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-05binutils-cross: Build with --enable-shared and install libiberty-pic.aKhem Raj18
* On systems where PIC matters (e.g. MIPS, x86_64) building target binutils fails because its configured with --enable-shared but when it tried to link a shared library (libopcode.so) then it pulls in libiberty.a from the sysroot which is installed by binutils-cross earlier. This version however is a static archive and linking it with shared libraries not only does not work but is wrong too. * This patch builds binutils-cross with --enable-shared and installs the PIC version of libiberty.a into sysroot as libiberty_pic.a now when target binutils is configured with --enable-shared and searches for PIC version of libiberty.a then it finds it correctly. * Move INC_PR to binutils.inc. Also noticed that several recipes do not use binutils.inc so did not touch them Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-05cvs-1.12.9: uclibc does not export __mempcpy so use mempcpyKhem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-05shadow_4.1.4.2.bb: add --with-nscd=no when compiling for uclibcKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-05libx11_1.3.2.bb: Add -fforward-propagate on arm.Khem Raj1
* Needed on -O1 compile. Generally we use -Os where this option is already enabled. But we enable is anyway so it gets picked at -O1 too which we use with DEBUG builds. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05zlib.inc: Add -fforward-propagate on arm.Khem Raj1
* Needed on -O1 compile. Generally we use -Os where this option is already enabled. But we enable is anyway so it gets picked at -O1 too which we use with DEBUG builds. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05ncurses: Add -fforward-propagate on arm.Khem Raj2
* Needed on -O1 compile. Generally we use -Os where this option is already enabled. But we enable is anyway so it gets picked at -O1 too which we use with DEBUG builds. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05gstreamer_0.10.28.bb: Fix to build with gettext 0.18Khem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05findutils_4.5.9.bb: Add recipe.Khem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05inetutils_1.8.bb: Add recipeKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05gnutls_2.8.6.bb: Add recipe for version 2.8.6Khem Raj5
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05glib-2.0_2.24.0.bb: Remove virtual/libiconv virtual/libintl from DEPENDSKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05grep-2.6.3: Add recipe.Khem Raj2
* Fix build for uclibc as well. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05db_5.0.21: Add recipes for target and native packages.Khem Raj9
* Get rid of old style staging. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05libiconv-1.13.1: Add recipesKhem Raj4
* Get rid of old style staging. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05coreutils-8.5: Add recipes for version 8.5Khem Raj4
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05gettext-0.18: Add recipe for 0.18Khem Raj6
* gl_cv_func_unsetenv_works is not computed correctly in cross environment so cache it. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05classes/gettext.bbclass: Account for libiconv and libintl too.Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05classes/autotools.bbclass: Dont bail out if gettext/config.rpath does not exist.Khem Raj1
* Add a note if this file does not exist. The reason is that gettext can needs libiconv and libiconv needs gettext so we need to solve this catch 22 Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05linux-openmoko-2.6.34: add patch for building with gcc-4.5.0 (from linux_2.6.34)Martin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05linux-openmoko-2.6.34: fix for lost touchscreen bug #2328Martin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05linux-openmoko-2.6.32: fix for lost touchscreen bug #2328Martin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-04xserver-kdrive (git): Switch to FILESPATHPKGTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04xserver-kdrive-nomadik: Switch to FILESPATHPKGTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04xserver-kdrive-imageon: Switch to FILESPATHPKGTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04xserver-kdrive-glamo: Switch to FILESPATHPKGTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04xserver-kdrive-1300: Switch to FILESPATHPKGTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04xextproto-70-includes: Drop unnecessary FILESPATH (what was added doesn'tTom Rini1
exist) Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04snes9x-sdl-qpe: Switch to FILESPATHPKGTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04python-setuptools-native: Drop unnecessary FILESPATHTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04python-pygobject: Drop unnecessary FILESPATHTom Rini3
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04obexpush-native: Drop unnecessary FILESPATHTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04netkit-rpc-native: Drop unnecessary FILESPATHTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04mesa-dri (6.5.2 / 7.0.3): Switch to FILESPATHPKGTom Rini2
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04lua: Drop unnecessary FILESPATHTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04opensimpad (2.4): Switch to FILESPATHPKGTom Rini2
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04linux-handhelds: Switch to FILESPATHPKGTom Rini7
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04linux-efika (2.6.20.20): Switch to FILESPATHPKGTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04libsdl-ttf-native: Drop unnecessary FILESPATHTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04gdk-pixbuf (2.10.14): Switch to FILESPATHPKGTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04gdk-pixbuf-csource-native (2.12.11): Switch to FILESPATHPKGTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04genext2fs (1.3+cvs): Switch to FILESPATHPKGTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04genext2fs (1.3+1.4rc1): Drop unnecessary FILESPATH (no vesion specific patchesTom Rini1
exist) Signed-off-by: Tom Rini <tom_rini@mentor.com>