summaryrefslogtreecommitdiff
path: root/recipes
AgeCommit message (Collapse)AuthorFiles
2010-07-28dbus-glib: fix do_install and bump INC_PRHenning Heinold1
2010-07-27proxy-libintl_20080418.bb: pass -fPIC in CFLAGS always.Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-27bison-native: Disable packaged-stagingTom Rini1
bison-native does some hard-coded path nastiness to the binary so we disable packaged-staging. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-07-27uclibc-git: bump to latest git master, which fixes building of udev >= 151Henning Heinold1
2010-07-27dbus-glib: converted to BBCLASSEXTENDED and remove do_stage stuffHenning Heinold13
2010-07-27openssh.inc: Add missing '\' to EXTRA_OECONFKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-27openssh.inc: Enable pam if present in DISTRO_FEATURESKhem Raj1
Signed-off-by: Sean Hudson <Sean_Hudson@Dell.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-27libmpc: bump version and cleanup stagingBernhard Reutner-Fischer3
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-27libmpfr: bump versionBernhard Reutner-Fischer3
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-27libgmp: bump versionBernhard Reutner-Fischer3
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-27ti-dsplink: Add Latest dsplink 1.65.00.03 EA releaseRoger Monk1
* Add latest DSPLINK version Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-07-26Fix siteinfo issue in perl 5.8.8 and 5.10.1.Chris Larson2
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-07-26Siteinfo cleanup v2Chris Larson17
- Don't supply site files for native. - Split up the site information, so we don't need to add every single combination of os and architecture to the siteinfo.bbclass. - Drop the ${FILE_DIRNAME}/site-<bits> stuff, there are other ways to do it. - SITEINFO_ENDIANESS -> SITEINFO_ENDIANNESS. Signed-off-by: Chris Larson <clarson@kergoth.com>
2010-07-26Revert "Siteinfo cleanup"Chris Larson17
Will revisit. This reverts commit 87dc166bade8722af4076c8644cac6a0a437826f.
2010-07-26aceofpenguins-launcher: update to 0.5 to add button for spider gameThomas Zimmermann1
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2010-07-26aceofpenguins: update to version 1.3Thomas Zimmermann3
* new game: spider * some fixes * renamed files folder to aceofpenguins Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2010-07-26Siteinfo cleanupChris Larson17
- Don't supply site files for native - Split up the site information, so we don't need to add every single combination of os and architecture to the siteinfo.bbclass - Instead of specifically looking for '${FILE_DIRNAME}/site-${PV}/<sitefile>', leverage FILESPATH. Now it searches the paths in both BBPATH and FILESPATH for "site/<sitefile>". - SITEINFO_ENDIANESS -> SITEINFO_ENDIANNESS Signed-off-by: Chris Larson <clarson@kergoth.com>
2010-07-26cpan.bbclass: removed legacy stagingFrans Meulenbroeks2
bumped PR for the main perl recipes so this change takes effect Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Roman I Khimov <khimov@altell.ru>
2010-07-26ncurses: proPagate is with a p, not a gKoen Kooi1
2010-07-26openjdk: Bump INC_PR after merge.Xerxes Rånby1
2010-07-26openjdk-6-6b18: Fix cacao on soft-float systems.Xerxes Rånby1
* openjdk-6-common.inc: Configure cacao with --enable-softfloat on systems that are not equipped with a FPU. This fixes openjdk + cacao on ARMv4 and ARMv5 systems. Bumped PR.
2010-07-26linux-omap-psp 2.6.32: add multiconfig for beagle with cpuidle and g_ether ↵Koen Kooi1
built in
2010-07-25proxy-libintl: Fix soname.patch to include the funtions from libintl.cKhem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-25Work around ncurses-sdk & zlib-sdk build failures on CentOS 5.4Chris Larson3
The issue here is that we're building ncurses with HOST==BUILD!=TARGET, aka 'cross', yet we're applying a CFLAGS override based on the target, not the host, which results in passing -fforward-propagate to the build machine's gcc, which isn't supported in older versions. Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-07-25ncurses: make certain that the rxvt-unicode dir existsChris Larson1
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-07-25ncurses: don't rely on bitbake's expansion of undefined variables behaviorChris Larson1
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-07-25proxy-libintl: Eliminate the compile rule in makefileKhem Raj2
* This rule is not needed because we do not pass correct CFLAGS so on architectures where PIC really matters it does not work. Therefore make is more consistent and let -shared decide what flag to use for PIC'ness Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-25freesmartphone: bump SRCREV and sync PVs with upstreamMichael Kurz10
Signed-off-by: Michael Kurz <betheg@bitcloner.org>
2010-07-25gdbm: switch to BBCLASSEXTENDED and bump PRHenning Heinold3
2010-07-25libpng: update to version 1.2.44 because of CVE-2010-1205 and converted to ↵Henning Heinold11
BBCLASSEXTENDED * removed insecure versions
2010-07-24encdec-updater: Get rid of legacy staging.Stanislav Brabec2
2010-07-24geda-gattrib: Undeleted gattrib-gtk218.patch accidentally removed by d264d0f.Stanislav Brabec1
2010-07-24psplash-ti: add ti logo progress barChase Maupin3
* Added recipe to provide TI logo on splash screen during booting. This is for use with TI processors. Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-07-24gnome-bluetooth: Remove support for help file generator to not depend on ↵Stanislav Brabec1
host system docbook XSL processing. Signed-off-by: Stanislav Brabec <utx@penguin.cz>
2010-07-24geda-gattrib: Drop support for gtk+ < 2.18. It was broken since 4e7aae5 that ↵Stanislav Brabec2
tried to fix 995db54, which failed to parse on some systems. Signed-off-by: Stanislav Brabec <utx@penguin.cz>
2010-07-24Merge branch 'org.openembedded.dev' of git.openembedded.net:openembedded ↵Stanislav Brabec3
into org.openembedded.dev
2010-07-24udev: Fix sanity_check errors of requires/provides in udev-compat introduction.Stanislav Brabec5
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-July/021848.html Signed-off-by: Stanislav Brabec <utx@penguin.cz>
2010-07-24udev: Fix possible multiple mounting of /dev, increment PR.Stanislav Brabec9
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-July/021663.html Signed-off-by: Stanislav Brabec <utx@penguin.cz> Acked-by: Andrea Adami <andrea.adami@gmail.com>
2010-07-24udev: Added support for udev-compat.Stanislav Brabec4
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-July/021662.html Signed-off-by: Stanislav Brabec <utx@penguin.cz> Acked-by: Andrea Adami <andrea.adami@gmail.com>
2010-07-24udev-compat141: Added compatibility udev package for old kernels.Stanislav Brabec5
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-July/021661.html Signed-off-by: Stanislav Brabec <utx@penguin.cz> Acked-by: Andrea Adami <andrea.adami@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org>
2010-07-24beagleboard-test-image: contents for test ramdiskJason Kridner1
* Used standard mplayer (avoid creation of a limited function mplayer). * Included cpufrequtils. * Updated by Koen's feedback * Build x-load, u-boot, and the kernel with every image.
2010-07-24beagleboard-test-scripts: createdJason Kridner1
These are scripts from the validation repository used to test various functions on the board. Updated by Koen's feedback fixed shell script error: Setting variables in shell script (do_install) need to not have spaces between the variable and the '='.
2010-07-24angstrom-gpe-task-settings: remove gpe-packageKoen Kooi1
2010-07-24gpe-package: switch to IPKG_VARIANT, clean up and fix licenseKoen Kooi1
2010-07-24u-boot git: sync i2c and button patch with ↵Koen Kooi4
http://gitorious.org/beagleboard-validation/u-boot/commits/validation-20100723 u-boot git: change default env for beagle to run user.scr or ramdisk when the USER button is pressed
2010-07-24x-load git: add patch to detect the different memories on beagleboard xMKoen Kooi2
2010-07-24ffmpeg svn: enable ffserverKoen Kooi1
* ffplay needs an sdl patch
2010-07-24ffmpeg: fix packagingKoen Kooi2
ffmpeg svn: make it distributable
2010-07-24base-image: switch to IPKG_VARIANTKoen Kooi1
2010-07-24linux-omap-psp 2.6.32: additional bugfixes for the camera driversKoen Kooi4