summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* pango: disable introspectionAndreas Müller2012-03-021-1/+2
| | | | | | | | | | | | | | meta-oe's pango.inc inherited gnome.bbclass which disables gobject-introspection error was: | /usr/share/gir-1.0/GLib-2.0.gir:9:1: error: Unsupported version '1.1' | /usr/share/gir-1.0/GLib-2.0.gir:9:39: error: Unsupported version '1.1' | error parsing file Pango-1.0.gir: Failed to parse included gir GLib-2.0 | make[4]: *** [Pango-1.0.typelib] Error 1 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* numlockx: add 1.2Otavio Salvador2012-03-021-0/+21
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* giflib: don't link against libx11, don't depend on libsmAndreas Oberritter2012-03-021-2/+2
| | | | | | | | | libsm wasn't used unless libx11 was built before giflib. Therefore drop the dependency on libsm and disable x11 unconditionally like Debian does. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc 4.5: fortran patch is already in main SRC_URIKoen Kooi2012-03-021-2/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pixman: update to 0.24.4Koen Kooi2012-03-012-0/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* swig 2.0.0: disable guile supportKoen Kooi2012-03-011-1/+3
| | | | | | | | | | | | | It's not in DEPENDS and it breaks on hosts with guile-dev installed: configure:8391: checking whether Guile's SCM_ API works configure:8403: ccache arm-angstrom-linux-gnueabi-gcc -march=armv7-a -fno-tree-vectorize -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a8 --sysroot=/home/foo/BeagleBone/setup-scripts/build/tmp-angstrom_2010_x-eglibc/sysroots/beaglebone -o conftest -O2 -pipe -g -feliminate-unused-debug-types -Wall -W -isystem /usr/include -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ldl -lguile -lltdl -lgmp -lcrypt -lm -lltdl >&5 cc1: warning: include location "/usr/include" is unsafe for cross-compilation In file included from /usr/include/libguile.h:24:0, from conftest.c:1: /usr/include/gmp.h:39:21: fatal error: gmp-arm.h: No such file or directory Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* klibc: add MIT LicenseAndrea Adami2012-03-011-2/+2
| | | | | | | | | | * After a talk with Beth Flanagan licensing is now clear: * "LICENSE = "BSD-3-Clause & GPL-2.0 & MIT" (If it's --without-zlib). * If not then it's: LICENSE = "BSD-3-Clause & GPL-2.0 & MIT & Zlib" * bump INC_PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gtk+3: update to 3.2.3Koen Kooi2012-02-291-5/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: address logind problem on BE machinesKoen Kooi2012-02-292-1/+31
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* More quotting fixesOtavio Salvador2012-02-293-3/+3
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nbench-byte-2.3.3: import recipe from oe-classicchase maupin2012-02-292-0/+70
| | | | | | | | | | | | | | | | | | | * Import the nbench-byte recipe from the oe-classic git repo at git://git.openembedded.org/openembedded commit id: * 6fe7cef27069415f2eba36bc640cf59013d4979b * Update LICENSE checksums * Tested on an AM335x EVM which is the same processor as the beaglebone. * Original Author: * Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> * Modifications by: * Koen Kooi <koen@openembedded.org> * Martin Jansa <Martin.Jansa@gmail.com> * Chris Larson <chris_larson@mentor.com> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* klibc_1.5.25: Fetcher and QA fixesAndrea Adami2012-02-296-17/+9
| | | | | | | | | | | | | | * fix unfetchable SRC_URI and use git fetcher instead * and remove checksums file * adapt ${S} * fix QA about non -staticdev package contains static .a library * fix QA about /bin installed but not shipped * fix license and relative QA * bump INC_PR * patchset untouched awaiting klibc_2.0, expected in March 2012 Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-kexecboot_3.2: update from 3.2.7 to 3.2.8Andrea Adami2012-02-291-4/+4
| | | | | | | | | * apply latest stable patchset to match linux-yocto_3.2 * (work in progress about using linux-yocto-tiny as base for kexecboot) * bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xbmc: update to Eden RC1 and remove patches that have been applied upstreamKoen Kooi2012-02-282-34/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xbmc: add missing python runtime dependenciesKoen Kooi2012-02-281-2/+6
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xinput-calibrator 0.7.5: fix calibration scriptKoen Kooi2012-02-282-3/+59
| | | | | | | | The 'auto' format switched to 'xorg.conf.d' which broke the script. The pointercal package also installed an 'empty' pointercal by default, which also broke the script. Fix these 2 in one go. Also remove the hal script since hal isn't supported in the oe-core universe anymore Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc: same patches for all gccs with shared sourcesAndreas Müller2012-02-282-3/+3
| | | | | | | | | | * different patching on same sources caused race contition [1] * build tested from scratch [1] http://lists.linuxtogo.org/pipermail/openembedded-core/2012-February/018296.html Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mplayer2: drop virtual/kernel dependency and s/ARM/arm/ in ARM_INSTRUCTION_SETMartin Jansa2012-02-281-3/+3
| | | | | | | | | | | * virtual/kernel was needed only to provide omapfb.h in staging but that's now moved to BSP layers, no need to make sstate hash machine specific here. * s/ARM/arm/ is just cosmetic change because classes are testing only '== "thumb"' so it works the same with ARM but mplayer2 was only recipe using it uppercase Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tiff: rename bbappend to match new version from oe-coreMartin Jansa2012-02-281-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* poppler: bump PR to rebuild after libtiff3->libtiff5 changeMartin Jansa2012-02-281-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lcms: bump PR to rebuild after libtiff3->libtiff5 changeMartin Jansa2012-02-281-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* imagemagick: bump PR to rebuild after libtiff3->libtiff5 changeMartin Jansa2012-02-281-0/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* navit: bump PR to rebuild after libtiff3->libtiff5 changeMartin Jansa2012-02-281-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsdl-image: bump PR to rebuild after libtiff3->libtiff5 changeMartin Jansa2012-02-281-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libeflvala: add tiff to DEPENDS and bump PR to rebuild after ↵Martin Jansa2012-02-281-2/+2
| | | | | | libtiff3->libtiff5 change Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* imlib2: bump PR to rebuild after libtiff3->libtiff5 changeMartin Jansa2012-02-281-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* evas: bump PR to rebuild after libtiff3->libtiff5 changeMartin Jansa2012-02-281-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ethumb: bump PR to rebuild after libtiff3->libtiff5 changeMartin Jansa2012-02-281-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* epdf: bump PR to rebuild after libtiff3->libtiff5 changeMartin Jansa2012-02-281-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* elfe: bump PR to rebuild after libtiff3->libtiff5 changeMartin Jansa2012-02-281-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-elementary: bump PR to rebuild after libtiff3->libtiff5 changeMartin Jansa2012-02-281-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pango: use pango.inc from oe-coreMartin Jansa2012-02-284-149/+7
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* networkmanager: fix packaging of systemd unitsKoen Kooi2012-02-281-1/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-oe: add fbset-modes to SIGGEN_EXCLUDERECIPES_ABISAFEMartin Jansa2012-02-271-0/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-control-center 2.32.1: add missing dependency on desktop-file-utils-nativeKoen Kooi2012-02-271-1/+1
| | | | | | do_install fails wihtout the update-desktop-cache util present Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-panel 2.32.1: fix libpanel-applet packagingKoen Kooi2012-02-271-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cpufrequtils: update to current git headSteve Sakoman2012-02-271-3/+2
| | | | | | | Otherwise cpufreq-info stats print "nan%" for omap3 Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Quoting fixesMartin Jansa2012-02-269-9/+9
| | | | | | | | * We have various variables which are either not quoted at all or are * half quoted. This patch fixes the bad exmaples so everything is consistent. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* lua5: drop unused NATIVE_INSTALL_WORKS without quotes tooMartin Jansa2012-02-261-1/+0
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xinput-calibrator: disable gtk gui explicitlyMartin Jansa2012-02-261-1/+4
| | | | | | | | | * if gtk is autodetected then gtkmm, glibmm, libcairomm-1.0-1, libpangomm-1.4-1, libsigc-2.0-0 are pulled to image like here: http://git.shr-project.org/git/?p=buildhistory.git;a=blobdiff;f=images/crespo/eglibc/shr-image/installed-package-names.txt;h=83e1a027de80d97421564226685a74298d2a5b80;hp=470b765b53eb6c795dc9dfb9ea5c30ec19d25f64;hb=0ab60c7419522ef527d744bc0ad756124b9d432a;hpb=21fe622ab8fe123a3a45369440eaaa3785be2516 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* e-wm: fix memory usage with illume causing OOMMartin Jansa2012-02-262-1/+137
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-tasks: addapt to newer elementaryMartin Jansa2012-02-2611-39/+663
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-base: bump EFL_SRCREV againMartin Jansa2012-02-262-3/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* layer.conf: add task-x11-server to SIGGEN_EXCLUDERECIPES_ABISAFEMartin Jansa2012-02-261-0/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* wmiconfig: don't export CCMartin Jansa2012-02-261-3/+1
| | | | | | | | | | | * it also breaks multimachine sstate checksums: basehash changed from 130192c54799615343a7b84bd8132d7d to 41d55a7213b686ffcc52d1a5d515e444 Variable CC value changed from arm-oe-linux-gnueabi-gcc -march=armv7-a -fno-tree-vectorize -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a8 --sysroot=/OE/shr-core/tmp-eglibc/sysroots/nokia900 to arm-oe-linux-gnueabi-gcc -march=armv7-a -fno-tree-vectorize -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a8 --sysroot=/OE/shr-core/tmp-eglibc/sysroots/om-gta04 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* systemd.bbclass: fix regression caused by c9f5703adedOtavio Salvador2012-02-251-5/+6
| | | | | | | | The parsing condition was broken causing the packages not being expanded to include <PN>-systemd packages automatically. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd.bbclass: do not mangle PACKAGES variable in native, nativesdk and crossOtavio Salvador2012-02-241-36/+36
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openbox: add missing dependsOtavio Salvador2012-02-241-0/+3
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-oe: add mplayer-common to SIGGEN_EXCLUDERECIPES_ABISAFEMartin Jansa2012-02-241-1/+5
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* task-x11: use allarchMartin Jansa2012-02-241-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>