sound-theme-freedesktop: Don't set PACKAGE_ARCH
authorMartin Jansa <Martin.Jansa@gmail.com>
Mon, 30 Dec 2013 14:40:51 +0000 (15:40 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:35:04 +0000 (08:35 -0800)
* either fix build to prevent trying to access compiler or don't set
  PACKAGE_ARCH, signature is different for different MACHINEs
  e.g.
  List of dependencies for variable TUNE_ARCH changed from 'set(['X86ARCH32', 'X86ARCH64'])' to 'set([])'
  Hash for dependent task gettext_0.18.3.1.bb.do_populate_sysroot changed from 915bae004926e982f835d12f511a5f2b to 24c8263bb82124c9000fff3eab16d293

(From meta-openembedded rev: c136cc1d3a397e527dffcaf8731ccedc0c8d0f0c)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb

index 97a1dba..446cdfa 100644 (file)
@@ -5,9 +5,6 @@ LIC_FILES_CHKSUM = "file://CREDITS;md5=3213e601ce34bb42ddc3498903ac4e69"
 
 inherit autotools gettext
 
-# with allarch.bbclass configure fails fo no compiler found
-PACKAGE_ARCH = "all"
-
 SRC_URI = "http://people.freedesktop.org/~mccann/dist/${BPN}-${PV}.tar.bz2"
 SRC_URI[md5sum] = "d7387912cfd275282d1ec94483cb2f62"
 SRC_URI[sha256sum] = "cb518b20eef05ec2e82dda1fa89a292c1760dc023aba91b8aa69bafac85e8a14"