mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 20:02:24 +02:00
dmidecode: add powerpc to compatible host
(From OE-Core rev: e69d9eaf4f81bfcf5b5aa73dd29784548f1fa166) Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
abb1bdeb99
commit
ec8490aaa1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user