From: Jackie Huang Date: Sat, 24 Jan 2015 07:52:43 +0000 (+0800) Subject: dmidecode: add powerpc64 to compatible host X-Git-Tag: 2015-4~627 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8f2928dbfedb001c44795c4239502b6d51684677;p=openembedded-core.git dmidecode: add powerpc64 to compatible host Signed-off-by: Jackie Huang Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/dmidecode/dmidecode_2.12.bb b/meta/recipes-devtools/dmidecode/dmidecode_2.12.bb index 3e3a350fd8..b5151b8acd 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