[oe-commits] Martin Jansa : sound-theme-freedesktop: Don't set PACKAGE_ARCH

git at git.openembedded.org git at git.openembedded.org
Thu Jan 2 07:46:26 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: c136cc1d3a397e527dffcaf8731ccedc0c8d0f0c
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=c136cc1d3a397e527dffcaf8731ccedc0c8d0f0c

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Dec 30 15:40:51 2013 +0100

sound-theme-freedesktop: Don't set PACKAGE_ARCH

* 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

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb b/meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb
index 97a1dba..446cdfa 100644
--- a/meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb
+++ b/meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb
@@ -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"



More information about the Openembedded-commits mailing list