aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
AgeCommit message (Collapse)Author
2009-07-28policykit: install missing PolicyKit.confSteve Sakoman
2009-07-28gtksourceview: package was missing a few important files, add themSteve Sakoman
Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-07-28gnome-power-manager: fix typos in specification of FILES for doc packageSteve Sakoman
Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-07-27libtool: Fixed paths to grep and sed.Stanislav Brabec
2009-07-27Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi
into org.openembedded.dev
2009-07-27kexecboot: switch git version to a stable cfgfiles SRCREV and make it the ↵Koen Kooi
default
2009-07-27powertop_1.11.bb : add omapzoom2 support for buildingGraeme Gregory
2009-07-27transmission_1.73.bb : add new version of transmissionGraeme Gregory
2009-07-27libtool_2.2.6a : add newest version of libtool disabled by defaultGraeme Gregory
converted to use ${BPN} in the packages compared to old libtool
2009-07-26Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi
into org.openembedded.dev
2009-07-26linux-omap-psp: add some more patchesKoen Kooi
2009-07-26linux-kexecboot: add 2.6.29, currently only supports beagleKoen Kooi
2009-07-26libxine: set DEF_PREF -1 for 1.1.16.3 (fails do_configure)Rolf Leggewie
2009-07-25automake: RDEPENDS on perl-module-file-path, needed by ↵Stanislav Brabec
autoconf/Autom4te/General.pm.
2009-07-25mx31ads: Switch kernel to mainlineMark Brown
The i.MX31ADS kernel recipie was very old and pointed at external patches that are no longer available. Update to mainline, based off the defconfig for generic mx3 in mainline, since that at least builds.
2009-07-24fakeroot: update to fakeroot 1.12.4 (1.12.1 is not available anymore)Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-07-24xserver-kdrive-1300: be more aggressive to replace regular kdrive on angstromKoen Kooi
2009-07-24qt4.inc: add -I${STAGING_INCDIR}/postgresql to includesJeremy Lainé
This works around part of the problem when cross-compiling the PostgreSQL plugin. The build will still fail if the "pg_config" program is present on the build machine.
2009-07-24bluez4: Fixed typo that caused missing pand.Stanislav Brabec
2009-07-24libgles-omap3: stage openvg headers as wellKoen Kooi
2009-07-23util-linux-ng: delete newer libtool.m4 filesHenning Heinold
* recipe is now be able to be compiled with older libtool versions * bump PR fot 2.16
2009-07-23qt*gles: rename to .disabled till the qt4 stuff becomes less magicalKoen Kooi
2009-07-23linux-omap 2.6.29: package DSS2 docs so people can get up to date docs at ↵Koen Kooi
runtime
2009-07-23linux-omap psp: add 'psp' kernel from TI to make it easier to do ↵Koen Kooi
side-by-side comparisons of mainline and TI
2009-07-23qt4 x11 gles git: add git version to build a gles1 + openvg 4.6rc versionKoen Kooi
2009-07-23ntp: Add patch to fix build against eglibc / glibc 2.10 (from Gentoo)Florian Boor
2009-07-22pixman git: only enable neon on armv7a platformsKoen Kooi
2009-07-22Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi
into org.openembedded.dev
2009-07-22gstreamer-ti: add patch to hardcode combo location so users don't have to ↵Koen Kooi
start apps from $datadir/ti/ all the time
2009-07-22devhelp: New package, version 0.23.Stanislav Brabec
2009-07-22binutils 2.18: don't emit symbols for neon registersKoen Kooi
* this fixes building in NEON code into binaries that do runtime detection but are compiled for non-NEON platforms (e.g. pixman)
2009-07-22guile-native: make sure we don't have -Werror as compiler flagHenning Heinold
* only for version 1.8.2 * bump PR
2009-07-22classpath-tools-native: native package should inherit nativeHenning Heinold
* workaround for do_stage * not bump PR because package doesnt produce something
2009-07-22libecj-bootstrap: update to version 3.5Henning Heinold
2009-07-22dhcp 3.0.2: fix QA errorKoen Kooi
2009-07-22Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi
into org.openembedded.dev
2009-07-22gnome-bluetooth git: bump SRCREVKoen Kooi
2009-07-22libomxil: add 0.9.1Koen Kooi
2009-07-22devmem2: Bump forgotten PR, thanks zecke.Stefan Schmidt
2009-07-21tangogps.inc: depend on libexifDenis 'Gnutoo' Carikli
If we don't depend on libexif we have that error: | In file included from geo_photos.c:12: | exif.h:1:31: error: libexif/exif-data.h: No such file or directory | In file included from geo_photos.c:12: | exif.h:3: error: expected ')' before '*' token | exif.h:4: error: expected ')' before '*' token | geo_photos.c: In function 'geo_photo_dialog_image_data_next': | geo_photos.c:527: error: 'ExifData' undeclared (first use in this function) | geo_photos.c:527: error: (Each undeclared identifier is reported only once | geo_photos.c:527: error: for each function it appears in.) | geo_photos.c:527: error: 'ed' undeclared (first use in this function) | geo_photos.c:609: warning: implicit declaration of function 'exif_data_new_from_file' | geo_photos.c:615: warning: implicit declaration of function 'show_tag' | geo_photos.c:615: error: 'EXIF_IFD_0' undeclared (first use in this function) | geo_photos.c:615: error: 'EXIF_TAG_DATE_TIME' undeclared (first use in this function) | geo_photos.c:615: warning: assignment makes pointer from integer without a cast | geo_photos.c:616: warning: implicit declaration of function 'strptime' | make[2]: *** [geo_photos.o] Error 1 | make[2]: Leaving directory `/home/embedded/oetmp_bug/work/armv6-angstrom-linux-gnueabi/tangogps-0.9.6-r0/tangogps-0.9.6/src' | make[1]: *** [all-recursive] Error 1 | make[1]: Leaving directory `/home/embedded/oetmp_bug/work/armv6-angstrom-linux-gnueabi/tangogps-0.9.6-r0/tangogps-0.9.6' | make: *** [all] Error 2 | FATAL: oe_runmake failed
2009-07-21Disable ODBM_File for native perl-5.8.8, since this will causeUlf Samuelsson
the build to fail on x64 OpenSuSE 11.1
2009-07-21xf86-video-sis: added 0.10.1Marcin Juszkiewicz
2009-07-21libgweather: split out locationdataKoen Kooi
2009-07-21gnash 0.8.5: raise default_pref for angstromKoen Kooi
2009-07-21ptlib: strip libsKoen Kooi
2009-07-21tslib: Include patch to make it work with all drivers that don't supply ↵Florian Boor
pressure information.
2009-07-21libsndfile1: added missing dependency on sqlite3Marcin Juszkiewicz
2009-07-21xserver-common: handle tslib -mouse globally so every device can use full ↵Koen Kooi
Xorg if wanted
2009-07-21Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi
into org.openembedded.dev
2009-07-21openldap: fix typoKoen Kooi