aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
AgeCommit message (Collapse)Author
2009-09-29classpath-native: Use --enable-tool-wrapper (increased PRs in respective BB ↵Robert Schuster
files).
2009-09-29Fix t1lib dependency.Graham Gower
Failed with: | mipsel-angstrom-linux-libtool: compile: mipsel-angstrom-linux-gcc -c -isystem/home/grg/oe/tmp/staging/mipsel-angstrom-linux/usr/include -isystem/home/grg/oe/tmp/staging/mipsel-angstrom-linux/usr/include -fexpensive-optimizations -frename-registers -fomit-frame-pointer -O2 -ggdb3 -fno-strength-reduce -DT1LIB_IDENT=\"5.0.2\" -DGLOBAL_CONFIG_DIR=\"/usr/share/t1lib\" xglyph.c -fPIC -DPIC -o .libs/xglyph.o | xglyph.c:47:27: error: X11/Xaw/Label.h: No such file or directory | xglyph.c:48:29: error: X11/Xaw/Command.h: No such file or directory | xglyph.c:49:26: error: X11/Xaw/Form.h: No such file or directory | xglyph.c:50:28: error: X11/Xaw/Dialog.h: No such file or directory | xglyph.c:51:25: error: X11/Xaw/Box.h: No such file or directory | xglyph.c:52:28: error: X11/Xaw/Toggle.h: No such file or directory | xglyph.c:54:31: error: X11/Xaw/AsciiText.h: No such file or directory | xglyph.c:55:32: error: X11/Xaw/SimpleMenu.h: No such file or directory | xglyph.c:56:28: error: X11/Xaw/SmeBSB.h: No such file or directory | xglyph.c:57:26: error: X11/Xaw/List.h: No such file or directory ... <snip> Signed-off-by: Graham Gower <graham.gower@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2009-09-29Fix lesstif compilation.Graham Gower
Failed like this: | /bin/sh ../mipsel-angstrom-linux-libtool --tag=CC --mode=link mipsel-angstrom-linux-gcc -isystem/home/grg/oe/tmp/staging/mipsel-angstrom-linux/usr/include -fexpensive-optimizations -frename-registers -fomit-frame-pointer -O2 -ggdb3 -L/home/grg/oe/tmp/staging/mipsel-angstrom-linux/usr/lib -Wl,-rpath-link,/home/grg/oe/tmp/staging/mipsel-angstrom-linux/usr/lib -Wl,-O1 -o man2html man2html.o -L/home/grg/oe/tmp/staging/mipsel-angstrom-linux/usr/lib -lfreetype -L -lXft -lXrender | mipsel-angstrom-linux-libtool: link: require no space between `-L' and `-lXft' | make[2]: *** [man2html] Error 1 | make[2]: Leaving directory `/home/grg/oe/tmp/work/mipsel-angstrom-linux/lesstif-0.95.0-r1/lesstif-0.95.0/scripts' | make[1]: *** [all-recursive] Error 1 | make[1]: Leaving directory `/home/grg/oe/tmp/work/mipsel-angstrom-linux/lesstif-0.95.0-r1/lesstif-0.95.0/scripts' | make: *** [all-recursive] Error 1 | FATAL: oe_runmake failed Signed-off-by: Graham Gower <graham.gower@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2009-09-29x264: update to a more recent snapshotKoen Kooi
2009-09-29gnome-mplayer: add 0.9.8Koen Kooi
2009-09-29libsoup: add gnome-keyring dependency.Graham Gower
libsoup's configure.in added a gnome-keyring check since the last version. Failure looks like this: | checking whether to build libsoup-gnome... yes | checking for GNOME_KEYRING... no | configure: error: Could not find gnome-keyring devel files. | Configure with --without-gnome if you wish to build only libsoup | without GNOME-specific features. | FATAL: oe_runconf failed` Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
2009-09-29python-django: Update to work with Python 2.6Petri Lehtinen
Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
2009-09-29python-flup: Bump to version 1.0.2Petri Lehtinen
Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
2009-09-29tslib_1.0: Apply patch from r56 to link plugins to libtsEric Bénard
The patch sent to the list was integrated into tslib in november 2008: http://svn.berlios.de/viewcvs/tslib/trunk/tslib/plugins/Makefile.am?r1=51&r2=56 Please find attached a patch to add this patch to the tslib's recipe. http://patchwork.openembedded.org/patch/1078/ Signed-off-by: Eric Benard <eric@eukrea.com> Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
2009-09-29jamvm-native 1.5.3: Prevent evil jni.h from being installed.Robert Schuster
2009-09-29kexec-tools-2-klibc.patch: header was commented out during test, fixAndrea Adami
2009-09-28strace_4.5.18.bb : newer strace for avr32, 4.5.15 wasnt building hereGraeme Gregory
Forward ported the neccessary patches and think I made the correct set of changes to get them to merge.
2009-09-28kexec-tools_2.0.1: fix compiler warnings (and literal comparison too...)Andrea Adami
2009-09-28glibmm: add 2.22.1, fix packagingKoen Kooi
cairomm: add 1.8.2 pangomm: add 2.26.0 gtkmm: add 2.18.1
2009-09-28linux-omap git: add support for omap4430-sdpKoen Kooi
2009-09-28opal: add 3.6.6Koen Kooi
2009-09-28ptlib: update to 2.6.5Koen Kooi
2009-09-28fastcgi: Add patch to compile with gcc4.4Dirk Opfer
2009-09-28lua5.1: Don't delete ${STAGING_LIBDIR}/*.so*Dirk Opfer
This breaks other packages. There is no need to delete ${STAGING_LIBDIR}/*.so*. lua5.1 doesn't generate any *.so*
2009-09-28Merge branch 'org.openembedded.dev' of ↵Graeme Gregory
git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev
2009-09-28transmission_1.75.bb : new version of transmission torrent clientGraeme Gregory
2009-09-28python-wpactrl: add 1.0.1Howard Chu
Signed-off-by: Howard Chu <hyc@symas.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-09-28xserver-common: Add 1.32 - still with DEFAULT_PREFERENCE -1 but expexted to ↵Florian Boor
work.
2009-09-27mdev,micro-base-image: removing mdev,because there is already "busybox-mdev"Denis 'Gnutoo' Carikli
mdev recipe was useless and had an empty config(mdev.conf) That caused some issues such as not beeing able to boot moreover I was told that I could drop it: "Please go ahead and drop it :-)"
2009-09-27SlugOS: initscripts - add in the correct device_table.txt for SlugOS,Mike Westerhof
makes turnup work once again.
2009-09-27lsof.bb: Add configure support for linux-gnu.Leon Woestenberg
2009-09-26openssl.inc: Deal with HOST_OS=linux-gnu during configure.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-09-26kexec-tools-klibc-static_2.0.1: update patch against new ver. Still broken. WIPAndrea Adami
2009-09-26kexec-tools_2.0.1: fix insane arch detection [arm], bump pref and PRAndrea Adami
2009-09-25linux-omap-psp 2.6.31: disable dss2 v4l2 since it breaks compilationKoen Kooi
2009-09-25mplayer: bump SRCREV to pull in a newer ffmpeg, update vo_omapfbKoen Kooi
2009-09-25ffmpeg: bump SRCREVKoen Kooi
2009-09-25ti dsp recipes: replace some _beagleboard depends with _armv7a onesKoen Kooi
2009-09-25omap3-sgx-modules: add proc patch for omap3517 and omap3 evms as wellKoen Kooi
2009-09-25ti-dmai: add omap3-touchbook supportKoen Kooi
2009-09-25xf86-input-tslib: rrecommend tslib-calibrateKoen Kooi
2009-09-25pointercal: add omap3-touchbook supportKoen Kooi
2009-09-25linux-omap-pm 2.6.29: tweak omap3-touchbook defconfigKoen Kooi
2009-09-25linux-omap-psp: add 2.6.31rc7 recipeKoen Kooi
2009-09-25linux-omap -2.6.29: use proper omap3-touchbook fileKoen Kooi
* battery charging works * touchscreen works
2009-09-25linux-omap-pm 2.6.29: add omap3-touchbook supportKoen Kooi
2009-09-25Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi
into org.openembedded.dev
2009-09-25gtk+: add 2.18.0Koen Kooi
2009-09-25glib-2.0: add 2.22, latest stableKoen Kooi
2009-09-25linux-palmpre: Add kernel recipe for the Palm Pre.Stefan Schmidt
We use a standard 2.6.24 as base and apply the palm patch on top of it. That should give us the identical kernel. (hope dies last) :) The output still needs to be tested on a real device.
2009-09-25kexec-tools_2.0.1: arm seems unstable. WIP. Lower default pref.Andrea Adami
2009-09-24kexec-tools-klibc-static_2.0.1: recipe is unstable, WIP. Lower def pref.Andrea Adami
2009-09-24kexec-tools_2.0: bump to 2.01 (lot of fixes !)- update checksums.iniAndrea Adami
2009-09-24linux-2.6.29: add devicetree image for boc01 v1 and v2Jeremy Lainé
2009-09-24Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi
into org.openembedded.dev