[OE-core] [PATCH 1/1] dmidecode: add powerpc to compatible host

wenzong.fan at windriver.com wenzong.fan at windriver.com
Fri Mar 7 09:14:47 UTC 2014


From: Wenzong Fan <wenzong.fan at windriver.com>

Signed-off-by: Wenzong Fan <wenzong.fan at windriver.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 3fc75fe..61779fe 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 = "http://savannah.nongnu.org/download/dmidecode/${BP}.tar.bz2"
 
-COMPATIBLE_HOST = "(i.86|x86_64|aarch64|arm).*-linux"
+COMPATIBLE_HOST = "(i.86|x86_64|aarch64|arm|powerpc).*-linux"
 
 do_install() {
 	oe_runmake DESTDIR="${D}" install
-- 
1.7.9.5




More information about the Openembedded-core mailing list