summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-02-19package.bbclass: when running 'file', be explicit about the path to the magicTom Rini1
This works around one relocation issue. Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-02-19eglibc: unbash ldd and add libpthread_nonshared.a to -devThomas Zimmermann2
* replace shebang of ldd by /bin/sh, so ldd doesn't depend on bash anymore. Tested with busybox sh. * added to do_configure_prepend because do_patch is only a python function * add libpthread_nonshared.a to eglibc-dev. Now it's possible to compile multithreaded applications on the device. Signed-off-by: Thomas Zimmermann <ml@vdm-design.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-02-19xserver-kdrive: apply vm86_masks.patch to 1.4.2 alsokergoth2
Signed-off-by: kergoth <kergoth@.(none)>
2010-02-19udev: blacklist mmcblk mounting for SHRMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-19xserver-xorg_git: add hack for ignoring fbdev return modeMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-19libphone-utils, python-phoneutils: bump SRCREV, move it to recipeMartin Jansa3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-19Revert "EFL: bump SRCREV a bit, big python-EFL cleanup"Martin Jansa1
* Too soon for that, works ok with ~/.e created before and fails without one (in one intro wizard step or another) This reverts commit 67d82332de85bec36b389e956edaa37ff4a1d664.
2010-02-19xf86-video-glamo: remove -pedantic as it emits warning for xserver-1.8 and ↵Martin Jansa1
then fails because of -Werror Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-19xserver-xorg_git: fix build after mesa 61d26bc82e7c4100acfb551cbb0ba9d84bbc4ba5Martin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-19xf86-video-glamo: bump SRCREV for xserver 1.8 compatibility and move SRCREV ↵Martin Jansa2
from srcrevs.inc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-19mesa-dri: update PV, SRCREV for 7.8, needed for xserver 1.8Martin Jansa2
* disable gallium for om-gta02 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-19mesa-dri: add mesa-dri-glsl-native for building newer mesa-dri than 7.7 from ↵Martin Jansa1
git master Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-19shr-neo-theme: lower dependencies from RRECOMMENDS to RSUGGESTS, update SRCREVsMartin Jansa9
* SRCREVs moved from sane-srcrevs.inc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-19phoneui-shr-theme-neo: add new recipeThomas Zimmermann1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-19libdrm: update PV, SRCREV after 2.4.18 release, needed for newer mesa-driMartin Jansa2
* disable radeon and enable libkms for om-gta02 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-19preferred-shr-versions: use udev 151 and usbutils 0.86Martin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-19EFL: bump SRCREV a bit, big python-EFL cleanupMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-19kexecboot-cfg_0.1: minor edits (one echo is enough). No runtime changes.Andrea Adami1
2010-02-18initscripts: Have sysfs.sh do similar checks to rcS and bump PR.Tom Rini2
rcS checks for [ -e /sys/kernel ], sysfs.sh, for proc will check -e /proc && ! -e /proc/mounts, so for sysfs check for -e /sys && ! -e /sys/kernel && sysfs in /proc/filesystems
2010-02-18gnome-mplayer: Add INC_PR support to recipes, add 0.9.9 and bump svn to ↵David-John Willis6
latest SVN not the same checkin as the 0.9.9 release. * Also mark SVN and def_pref=-1 so people default to the latest stable 0.9.9 as that is the same code as the old SVN recipe.
2010-02-18preferred-xorg-versions-live: update dri2proto and pixman requirementsMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-18dri2proto: add version 2.3Martin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-18libdrm: add version 2.4.18Martin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-18pixman: add 0.17.6 with positive D_P only for shr nowMartin Jansa7
* There is issue with circular dependency in tests/ directory which pulls whole GTK_LIBS and staging/armv4t-oe-linux-gnueabi/usr/lib/libcairo.la staging/armv4t-oe-linux-gnueabi/usr/lib/libpangocairo-1.0.la are pulling staging/armv4t-oe-linux-gnueabi/usr/lib/libpixman.la which is not available while building it Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-18aceofpenguins: fix crosscompilationThomas Zimmermann2
* libpng and zlib from buildhost were used * now builds with libpng-native and zlib-native Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-18qt4-tools-native: set libdir and incdir in .inc fileMartin Jansa5
* move SRC_URI and EXTRA_OECONF for new versions to .inc and changed to old version * remove LFLAGS setting from 4.6.* versions (replaced with -L param) * Idea also Acked-by: Holger Hans Peter Freyther <zecke@selfish.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org>
2010-02-18checksums: fix git merge damage, sorry about thatKoen Kooi1
2010-02-18xfwm4-themes 4.6.0: Refactor recipe to clean up the production of the theme ↵David-John Willis1
packages and make sure that xfwm4-themes is a valid meta package that depends on all the individual themes (over 80 of them).
2010-02-18xfce4-power-manager: Remove broken xfce4-power-manager_4.6.1.bb and add ↵David-John Willis3
latest 0.8.4.2 to xfce-extras. * xfce4-power-manager_4.6.1.bb was a dummy package that never worked (a left over from my Xfce 4.6.1 work). 0.8.4.2 is the correct version to use with Xfce 4.6.* >.
2010-02-18linux-kexecboot.inc: enable lzma compression for more kernel versionsAndrea Adami1
2010-02-17angstrom: move to qt 4.6.2 and nm 7.999Koen Kooi1
2010-02-17Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded ↵Koen Kooi5
into org.openembedded.dev
2010-02-17linux-kexecboot_2.6.32: minor defconfig update for Zaurus clamshellsAndrea Adami3
2010-02-17qt4-*-gles 4.6.2: only enable opengl es2 but not openvgKoen Kooi2
2010-02-17Revert "recipes/images/console-base-image.bb: factor out Angstrom-specific bits"Koen Kooi2
This violates the principal of least surprise and invalidates documentation. If you're touching a recipe at least make sure the creator/maintainer agrees with your changes. Which I don't, as I've already stated This reverts commit 80db39feb76a6afaf1eb2c4dd8311fc21e4c2d6f.
2010-02-17policykit: bump PRKoen Kooi1
2010-02-17libpam-base-files: bump PRKoen Kooi1
2010-02-17recipes/images/console-base-image.bb: factor out Angstrom-specific bitsRolf Leggewie2
* factor out Angstrom-specific bits into a separate recipe * I hope this should keep all participants in the ML-discussion happy http://thread.gmane.org/gmane.comp.handhelds.openembedded/29679 * the generic recipe now uses the IMAGE_EXTRA_INSTALL variable in favor of ANGSTROM_EXTRA_INSTALL to include additional packages in the image.
2010-02-17altboot: drop altboot in favor of kexecboot to avoid confusionRolf Leggewie9
* altboot is no longer supported * Thanks Coredump for your work, it certainly filled a niche at its time * drop related images as well
2010-02-17kaeilos.conf: Added credits to AngstromMarco Cavallini1
2010-02-17gtk+-2.18.6: add libxrender-native to virtclass-native dependencies (fails ↵Martin Jansa1
to find libx11 without) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-17gconf: add 2.28.0Koen Kooi1
2010-02-17policykit-gnome: fix SRC_URIKoen Kooi1
2010-02-17consolekit 0.4.1: fix PAM and make it a distro featureKoen Kooi1
2010-02-17qt4: add 4.6.2Koen Kooi21
* fix 4.6.1 references in 4.6.0 files as well * make qt-config.patch work with QT_NO_CAST_{TO,FROM},ASCII strict checking
2010-02-17consolekit: add 0.4.1Koen Kooi1
2010-02-17system-tools-backends: Add 2.8.3 and checksum and remove DEFAULT_PREFERENCE ↵David-John Willis5
= "-1" from 2.8.1 as I can find no good reason for it to be set. * Update Angstrom distro patch for 2.8.3 and make it only apply if Angstrom distro is set.
2010-02-17opkg-native: bump to r522 to get a fix to remove duplicate messages from ↵Koen Kooi1
do_rootfs logs
2010-02-17gnome-power-manager: add 2.28.3Koen Kooi1
2010-02-17devicekit-power: add 014Koen Kooi1