diff options
author | Qi.Chen@windriver.com <Qi.Chen@windriver.com> | 2019-06-28 11:22:10 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-07-10 09:24:32 -0700 |
commit | 802e23427412f5bce34fbe6ad2c01163056d22b8 (patch) | |
tree | 383b0bf3e9559eddbb0343f3772db0e693c99866 | |
parent | 2d19b0b4c0c5c82993eddeaae4a5ebc13a93f18b (diff) | |
download | meta-openembedded-802e23427412f5bce34fbe6ad2c01163056d22b8.tar.gz |
turbostat: set PACKAGE_ARCH as MACHINE_ARCH
This recipe depends on 'virtual/kernel', so it should
be MACHINE_ARCH.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb b/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb index 3f25e6f00..5f6588de5 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 += "\ | |||
20 | file://COPYING \ | 20 | file://COPYING \ |
21 | " | 21 | " |
22 | 22 | ||
23 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
23 | DEPENDS = "virtual/kernel" | 24 | DEPENDS = "virtual/kernel" |
24 | 25 | ||
25 | # This looks in S, so we better make sure there's | 26 | # This looks in S, so we better make sure there's |