summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* mplayer2: drop omapfb patch and support, this can be applied from bsp layer ↵Martin Jansa2011-12-062-841/+0
| | | | | | | | | | if needed * example of working omapfb patch and optimizations is in meta-smartphone layer http://git.shr-project.org/git/?p=meta-smartphone.git;a=commit;h=483afbee82869a0b2dacadc4b9580c47dcb59d26 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* testlab: only use basename for license info to avoid diff churnKoen Kooi2011-12-061-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.5: Backport with-linker-hash-style and backports from FSF & linaroKhem Raj2011-12-056-336/+760
| | | | | | | | | | | | | | | | | | | | | | | backport --with-linker-hash-style from trunk, fix GNU_HASH QA warnings once for all Explicitly disable configuring with cloog/ppl while building gcc if the user has it installed on build box then gcc's configure will try to use it and it can go wrong and create problems since we never built it so Move to tip of FSF gcc-4_5-branch brings in bug fixes PR 50091/ppc 50464/x86 50273/fortran 44473/c++ mangler 49965/sparc 50565/c 50659/fortran 50618/c++ 50737/alpha 50793/c++ 50788/x86/SSE 50691/pa 50875/x86/SSE 50979/sparc 30282/ppc 51187/rtl 50888/bootstrap 48190/debug/QEMUhog Merge fix for LP689887/linaro https://bugs.launchpad.net/gcc-linaro/+bug/689887 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gcc-4.6: Bring in latest linaro patchesKhem Raj2011-12-0324-1/+10087
| | | | | | | I have tested it on angstrom by successfully building console-image and systemd-gnome-image for all supported qemu targets. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nmon_13g: add -ltinfo linker flagNorman Schleicher2011-12-021-2/+2
| | | | | | | | | | | | * ld in latest binutils-2.22 from oe-core doesn't have --copy-dt-needed-entries enabled by default anymore see: http://sourceware.org/cgi-bin/cvsweb.cgi/~checkout~/src/ld/NEWS?rev=1.121&content-type=text/plain&cvsroot=src&only_with_tag=binutils-binutils-2_22 so we have to be more carefull which libs are specified on linker command line, similar issue is in mplayer2 and aurora-daemon (qt4) Signed-off-by: Norman Schleicher <NormanSchleicher@gmx.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-panel 2.32.1: adjust post-inst for new gconf-nativeKoen Kooi2011-12-011-3/+6
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openssl: remove in favor of oe-coreSaul Wold2011-12-0127-6069/+0
| | | | | | | OE-Core now supports 1.0.0e, so we can remove this version Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xfce4-session: bump PR for xcb-util changeKoen Kooi2011-12-011-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xfce4-panel: bump PR for xcb-util changeKoen Kooi2011-12-011-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* thunar: bump PR for xcb-util changeKoen Kooi2011-12-011-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libxfce4ui: bump PR for xcb-util changeKoen Kooi2011-12-011-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libwnck: bump PR for xcb-util changeKoen Kooi2011-12-011-0/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pixman: really remove it in favour of bbappendKoen Kooi2011-12-011-23/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pixman: replace pixman_0.24.0.bb with smaller bbappend with only diff ↵Martin Jansa2011-12-013-14/+19
| | | | | | | | | | | against oe-core version * disable iwmmxt for now, because it breaks build * neon is not really enabled for people not having FEED_ARCH in OVERRIDES * maybe this diff should be merged to oe-core recipes instead Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gateone git: update to pull in prefix fixKoen Kooi2011-12-011-6/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* elementary: disable web supportMartin Jansa2011-12-011-0/+1
| | | | | | | | | | | | | * we don't have webkit-efl in DEPENDS so it depends on build order if it's autodetected or not for elementary * libewebkit0 is quite bit so we don't want to pull it to every image with elementary * and we cannot split elementary web support to different package because libewebkit is linked directly from libelementary-ver-pre-svn-09.so.0.8.0 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* elementary: add gettextize patchMartin Jansa2011-12-012-1/+79
| | | | | | | | | | | | * normally we would call gettextize from do_configure, but efl.bbclass is running do_configure_prepend() { autopoint || touch config.rpath } before that and this respects AM_GNU_GETTEXT_VERSION which is 0.17 and later it fails with; *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.17 but the autoconf macros are from gettext version 0.18 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* elementary: fix license metadataMartin Jansa2011-12-011-1/+1
| | | | | | | * in r65248 fix errant word 'either' in license. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* edje: fix license metadataMartin Jansa2011-12-011-2/+3
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* epdf: drop upstream applied patch and ewl is gone tooMartin Jansa2011-12-012-13/+0
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* efl.bbclass: don't remove STAGING_LIBDIR STAGING_INCDIR from efl pkgconfig filesMartin Jansa2011-12-011-1/+1
| | | | | | | | | | | | * but replace those with ${libdir} and ${includedir} * it was breaking edbus: Cflags: -I${includedir}/e_dbus-1 -I/OE/shr-core/tmp-eglibc/sysroots/qemuarm/usr/include/dbus-1.0 -I/OE/shr-core/tmp-eglibc/sysroots/qemuarm/usr/lib/dbus-1.0/include after make install: Cflags: -I${includedir}/e_dbus-1 /dbus-1.0 -I/OE/shr-core/tmp-eglibc/sysroots/qemuarm/usr/lib/dbus-1.0/include * and notice that dbus-1 is using -I{libdir} here, so replace it too Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* e-base: bump EFL_SRCREV for 1.1.0 alpha versionsMartin Jansa2011-12-013-5/+3
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* elsa: use common-* instead of system-auth in pam configMartin Jansa2011-12-012-1/+32
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* elsa: add elsa.conf to CONFFILESMartin Jansa2011-12-011-0/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* elsa: add sessreg xauth to RDEPENDSMartin Jansa2011-12-011-1/+2
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gconf-native: drop from meta-gnome, newer version is in oe-coreMartin Jansa2011-12-011-17/+0
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mplayer-common: import from OE-classicMartin Jansa2011-12-012-0/+37
| | | | | | | | | * default ao is now alsa instead of oss * ffmp3float is terribly slow on armv4t without FPU, mad is better * commit b28081b6039db85f18bf9e722fece59bff6e7b0f Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pixman: update to 0.24.0Koen Kooi2011-11-3014-2153/+4
| | | | | | | | * All patches that went upstream are removed Tested on beagleboard/angstrom Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libsdl-x11: drop from meta-oeMartin Jansa2011-11-302-45/+0
| | | | | | | * there is libsdl in oe-core and nothing depends on libsdl-x11 here Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* iw: fix build breakage with top-level git reposKoen Kooi2011-11-292-1/+49
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libnl1: removeAndreas Müller2011-11-298-207/+0
| | | | | | | | networkmanager 0.9.0 was the last to depend on linbl1. So since update of networkmanager 0.9.0 -> 0.9.2 linnl1 is obsolete. Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* wpa-supplicant_0.7.3.bbappend: bump PR to force rebuild against libnl-3Andreas Müller2011-11-291-0/+3
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* networkmanager: bump PR to force rebuild with libnl 3.23Andreas Müller2011-11-291-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libnl: add 3.23Andreas Müller2011-11-291-0/+46
| | | | | | | | | | | | | | | * fixes networkmanager default route issue * to make wpa-supplicant build, links to include files and shared libs were added since wpa-supplicant expects old libnl-2 locations. Should libnl-3 move to oe-core, this woraround should be fixed at wpa-supplicant. * the command line interface (cli) applications were added at libnl-cli packet. This seems correct because EXTRA_OECONF += "--disable-cli" creates empty package libnl-cli without affecting other packages. * build tested from scratch & run tested on overo with iw 3.2 / wpa-supplicant 0.7.3 / networkmanager 0.9.2. Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* iw: update to 3.2Andreas Müller2011-11-292-37/+4
| | | | | | | to prepare support for libnl-3 we need to update iw. Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* hicolor-icon-theme: add checksumsEric BENARD2011-11-291-0/+3
| | | | | Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libinih: bump SRCREVOtavio Salvador2011-11-291-2/+2
| | | | | | | This version adds support to enumerate the sessions. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* digitemp: fix QA issues:Koen Kooi2011-11-281-4/+8
| | | | | | | | | | | * missing SRC_URI checksums * GNU_HASH QA errors: WARNING: QA Issue: No GNU_HASH in the elf binary: '/OE/tentacle/build/tmp-angstrom_2010_x-eglibc/work/armv7a-angstrom-linux-gnueabi/digitemp-3.6.0-r2/packages-split/digitemp/usr/sbin/digitemp_DS9097U' WARNING: QA Issue: No GNU_HASH in the elf binary: '/OE/tentacle/build/tmp-angstrom_2010_x-eglibc/work/armv7a-angstrom-linux-gnueabi/digitemp-3.6.0-r2/packages-split/digitemp/usr/sbin/digitemp_DS9097' * $(uname -s) access Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* abiword: fix no-undefined paramMartin Jansa2011-11-252-1/+108
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* digitemp: fix build for non x86 architecturesOtavio Salvador2011-11-252-1/+30
| | | | | | | | * fix Makefile to allow CC and CFLAGS override * clean binaries before build Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* testlab bbclass: output version info on all layersKoen Kooi2011-11-251-1/+26
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mplayer: fix build with -Wl,-as-neededKoen Kooi2011-11-231-1/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gvfs 1.8.2: fix sftp RRECOMMENDSKoen Kooi2011-11-231-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* e-wm: add missing dependency on dbus-x11Koen Kooi2011-11-231-1/+2
| | | | | | | ERR<654>:e_dbus e_dbus.c:472 e_dbus_bus_get() Error connecting to bus: /usr/bin/dbus-launch terminated abnormally without any error message Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.6: Delete linaro patch that has been committed upstreamKhem Raj2011-11-222-64/+0
| | | | | | | | | gcc-4.6-linaro-r106723.patch is actually a fix for PR 47551 and its needed in oe-core therefore we have to delete this here since now it will be part of oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* fbida: add 2.08Koen Kooi2011-11-221-0/+26
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* abiword: update to 2.8.6Koen Kooi2011-11-218-51/+143
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* freerdp: use FreeRDP-old repository as 1.0 release is not stable yetOtavio Salvador2011-11-211-3/+3
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* loudmouth: add 1.4.3Koen Kooi2011-11-212-0/+40
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libwmf 0.2.8.4: fix native buildKoen Kooi2011-11-211-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>