[oe-commits] Jackie Huang : dmidecode: add powerpc64 to compatible host

git at git.openembedded.org git at git.openembedded.org
Thu Jan 29 15:37:10 UTC 2015


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

Author: Jackie Huang <jackie.huang at windriver.com>
Date:   Sat Jan 24 15:52:43 2015 +0800

dmidecode: add powerpc64 to compatible host

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-devtools/dmidecode/dmidecode_2.12.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/dmidecode/dmidecode_2.12.bb b/meta/recipes-devtools/dmidecode/dmidecode_2.12.bb
index 3e3a350..b5151b8 100644
--- a/meta/recipes-devtools/dmidecode/dmidecode_2.12.bb
+++ b/meta/recipes-devtools/dmidecode/dmidecode_2.12.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833"
 
 SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/dmidecode/${BP}.tar.bz2"
 
-COMPATIBLE_HOST = "(i.86|x86_64|aarch64|arm|powerpc).*-linux"
+COMPATIBLE_HOST = "(i.86|x86_64|aarch64|arm|powerpc|powerpc64).*-linux"
 
 do_install() {
 	oe_runmake DESTDIR="${D}" install



More information about the Openembedded-commits mailing list