From 802e23427412f5bce34fbe6ad2c01163056d22b8 Mon Sep 17 00:00:00 2001 From: "Qi.Chen@windriver.com" Date: Fri, 28 Jun 2019 11:22:10 +0800 Subject: turbostat: set PACKAGE_ARCH as MACHINE_ARCH This recipe depends on 'virtual/kernel', so it should be MACHINE_ARCH. Signed-off-by: Chen Qi Signed-off-by: Khem Raj --- meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-oe/recipes-kernel') diff --git a/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb b/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb index 3f25e6f004..5f6588de5f 100644 --- a/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb +++ b/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb @@ -20,6 +20,7 @@ SRC_URI += "\ file://COPYING \ " +PACKAGE_ARCH = "${MACHINE_ARCH}" DEPENDS = "virtual/kernel" # This looks in S, so we better make sure there's -- cgit 1.2.3-korg