Commit Graph

1153 Commits

Author SHA1 Message Date
Khem Raj a3aea9e69a gcc-4.5: Backport with-linker-hash-style and backports from FSF & linaro
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>
2011-12-05 18:55:51 -08:00
Khem Raj 2378ee8f21 gcc-4.6: Bring in latest linaro patches
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>
2011-12-03 10:59:33 -08:00
Norman Schleicher a2fbb83f95 nmon_13g: add -ltinfo linker flag
* 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>
2011-12-02 10:11:27 +01:00
Koen Kooi 3b1ce08ec2 gnome-panel 2.32.1: adjust post-inst for new gconf-native
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-01 18:46:50 +01:00
Saul Wold 2ca5ccf98d openssl: remove in favor of oe-core
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>
2011-12-01 18:23:09 +01:00
Koen Kooi f38500e042 xfce4-session: bump PR for xcb-util change
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-01 18:01:56 +01:00
Koen Kooi e6769e3e3c xfce4-panel: bump PR for xcb-util change
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-01 18:00:27 +01:00
Koen Kooi 95a9737c63 thunar: bump PR for xcb-util change
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-01 17:59:43 +01:00
Koen Kooi 29abdd4f2e libxfce4ui: bump PR for xcb-util change
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-01 17:57:50 +01:00
Koen Kooi db0817a245 libwnck: bump PR for xcb-util change
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-01 17:56:55 +01:00
Koen Kooi 32db19a7a1 pixman: really remove it in favour of bbappend
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-01 17:50:02 +01:00
Martin Jansa 4e23fe2666 pixman: replace pixman_0.24.0.bb with smaller bbappend with only diff 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>
2011-12-01 16:46:30 +01:00
Koen Kooi 812d590897 gateone git: update to pull in prefix fix
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-01 11:53:43 +01:00
Martin Jansa adfefe93f7 elementary: disable web support
* 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>
2011-12-01 09:19:29 +01:00
Martin Jansa 45d7250d64 elementary: add gettextize patch
* 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>
2011-12-01 09:19:29 +01:00
Martin Jansa 4a72b57c62 elementary: fix license metadata
* 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>
2011-12-01 09:19:28 +01:00
Martin Jansa 868945e5dc edje: fix license metadata
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-01 09:19:27 +01:00
Martin Jansa ef136d9d7a epdf: drop upstream applied patch and ewl is gone too
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-01 09:19:27 +01:00
Martin Jansa dcf924eb24 efl.bbclass: don't remove STAGING_LIBDIR STAGING_INCDIR from efl pkgconfig files
* 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>
2011-12-01 09:19:26 +01:00
Martin Jansa 65c84c66ce e-base: bump EFL_SRCREV for 1.1.0 alpha versions
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-01 09:19:25 +01:00
Martin Jansa 6e7957c1e6 elsa: use common-* instead of system-auth in pam config
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-01 09:19:24 +01:00
Martin Jansa 3abc9a1b90 elsa: add elsa.conf to CONFFILES
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-01 09:19:23 +01:00
Martin Jansa 8f52aec627 elsa: add sessreg xauth to RDEPENDS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-01 09:19:22 +01:00
Martin Jansa df1d94e62e gconf-native: drop from meta-gnome, newer version is in oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-01 09:19:21 +01:00
Martin Jansa 33cf69deda mplayer-common: import from OE-classic
* 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>
2011-12-01 09:19:20 +01:00
Koen Kooi 80e3a0c42d pixman: update to 0.24.0
* All patches that went upstream are removed

Tested on beagleboard/angstrom

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-30 15:27:26 +01:00
Martin Jansa f3ca7acd0b libsdl-x11: drop from meta-oe
* 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>
2011-11-30 08:52:38 +01:00
Koen Kooi 300e13209f iw: fix build breakage with top-level git repos
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-29 17:07:14 +01:00
Andreas Müller 83f38bacb1 libnl1: remove
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>
2011-11-29 09:13:36 +01:00
Andreas Müller 1e73851081 wpa-supplicant_0.7.3.bbappend: bump PR to force rebuild against libnl-3
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-29 09:13:35 +01:00
Andreas Müller 44bb73f8e7 networkmanager: bump PR to force rebuild with libnl 3.23
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-29 09:13:35 +01:00
Andreas Müller d1442b92ca libnl: add 3.23
* 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>
2011-11-29 09:13:34 +01:00
Andreas Müller 2af926ac27 iw: update to 3.2
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>
2011-11-29 09:13:33 +01:00
Eric BENARD 5cead66b45 hicolor-icon-theme: add checksums
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-29 09:12:31 +01:00
Otavio Salvador 495efd35e8 libinih: bump SRCREV
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>
2011-11-29 09:12:29 +01:00
Koen Kooi 720cd3f32c digitemp: fix QA issues:
* 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>
2011-11-28 11:58:39 +01:00
Martin Jansa 4756740913 abiword: fix no-undefined param
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-25 20:53:49 +01:00
Otavio Salvador 639323c998 digitemp: fix build for non x86 architectures
* 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>
2011-11-25 20:53:06 +01:00
Koen Kooi 8130a2f78c testlab bbclass: output version info on all layers
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-25 14:34:17 +01:00
Koen Kooi 7019fbb507 mplayer: fix build with -Wl,-as-needed
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-23 22:41:17 +01:00
Koen Kooi 0a8b9d2df7 gvfs 1.8.2: fix sftp RRECOMMENDS
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-23 12:02:37 +01:00
Koen Kooi 8299c62318 e-wm: add missing dependency on dbus-x11
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>
2011-11-23 08:23:12 +01:00
Khem Raj 43c369606c gcc-4.6: Delete linaro patch that has been committed upstream
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>
2011-11-22 16:33:58 +01:00
Koen Kooi e60a4352c9 fbida: add 2.08
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-22 10:19:52 +01:00
Koen Kooi dea4a2dce2 abiword: update to 2.8.6
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-21 14:15:59 +01:00
Otavio Salvador 71b8c3b946 freerdp: use FreeRDP-old repository as 1.0 release is not stable yet
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-21 14:15:19 +01:00
Koen Kooi cd23935546 loudmouth: add 1.4.3
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-21 12:17:15 +01:00
Koen Kooi 4aadf82361 libwmf 0.2.8.4: fix native build
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-21 12:14:36 +01:00
Koen Kooi 7d1f575411 gtkmathview: add 0.8.0
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-21 12:10:53 +01:00
Martin Jansa 0c1147ad8d systemd: add prerm u-a calls
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-21 12:08:21 +01:00