aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
AgeCommit message (Collapse)Author
2010-06-06qt4: Add qt4-x11-free_4.7.0-beta1Matthias Günther
Several patches to disable not working parts in the beta version: * tools/assistant * examples/designer * examples/dbus-remotecontrolledcar * examples/help * examples/declarative * demos/browser * demos/qtdemos * demos/affine * DEFAULT_PREFERENCE = "-1" * New Qt Module / Lib "QtDeclarative" added for packaging. * Qmlviewer named "qml" added to the tools package. Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-06-06qt4: Add qt4-tools-native_4.7.0-beta1Matthias Günther
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-06-06angstrom-uboot-scripts: Used beaglerev variableJason Kridner
Added use of 'beaglerev' into the linuxtagdemo boot scripts.
2010-06-06u-boot git: update beagleboard patchesJason Kridner
2010-06-06angstrom-uboot-scripts: Added some new scriptsJason Kridner
esc-sxga.cmd: Simple 1280x1024 setup mtest.cmd: Execute a memory test around the CS0/CS1 boundary ramdisk.cmd: Boot a 32MB ramdisk.gz file system
2010-06-06Media files to include on the Embedded Systems Conference workshopTodd Fischer
2010-06-06Streamer scripts for Embedded Systems Conference workshopTodd Fischer
2010-06-06angstrom-uboot-scripts: fixed file permissionsJason Kridner
2010-06-06classpath-tools-native: *sigh* seems do_stage needs to be override in all casesHenning Heinold
2010-06-06classpath-tools-native: remove do_stage function, not needed anymoreHenning Heinold
2010-06-05grep_2.6.3.bb: DEPEND on xz-native.Khem Raj
* Becuase we are using .xz compressed archive in SRC_URI make sure that xz is installed for the host. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-05xz: add recipe and use BBCLASSEXTEND for native version.Bernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-05gettext-native: Add virtual/libintl-native to PROVIDES list.Khem Raj
* 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-05bison: DEPEND on virtual/libintl not on gettextKhem Raj
* Rename INCPR to INC_PR Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-05udev_151: Make it work with uclibc.Khem Raj
* 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-05binutils-cross: Build with --enable-shared and install libiberty-pic.aKhem Raj
* 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 Raj
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 Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-05libx11_1.3.2.bb: Add -fforward-propagate on arm.Khem Raj
* 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 Raj
* 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 Raj
* 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 Raj
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 Raj
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 Raj
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 Raj
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 Raj
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 Raj
* 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 Raj
* 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 Raj
* 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 Raj
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 Raj
* 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-05linux-openmoko-2.6.34: add patch for building with gcc-4.5.0 (from linux_2.6.34)Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05linux-openmoko-2.6.34: fix for lost touchscreen bug #2328Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05linux-openmoko-2.6.32: fix for lost touchscreen bug #2328Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-04xserver-kdrive (git): Switch to FILESPATHPKGTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04xserver-kdrive-nomadik: Switch to FILESPATHPKGTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04xserver-kdrive-imageon: Switch to FILESPATHPKGTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04xserver-kdrive-glamo: Switch to FILESPATHPKGTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04xserver-kdrive-1300: Switch to FILESPATHPKGTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04xextproto-70-includes: Drop unnecessary FILESPATH (what was added doesn'tTom Rini
exist) Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04snes9x-sdl-qpe: Switch to FILESPATHPKGTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04python-setuptools-native: Drop unnecessary FILESPATHTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04python-pygobject: Drop unnecessary FILESPATHTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04obexpush-native: Drop unnecessary FILESPATHTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04netkit-rpc-native: Drop unnecessary FILESPATHTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04mesa-dri (6.5.2 / 7.0.3): Switch to FILESPATHPKGTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04lua: Drop unnecessary FILESPATHTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04opensimpad (2.4): Switch to FILESPATHPKGTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04linux-handhelds: Switch to FILESPATHPKGTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04linux-efika (2.6.20.20): Switch to FILESPATHPKGTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>