[oe-commits] [meta-openembedded] 01/80: turbostat: set PACKAGE_ARCH as MACHINE_ARCH

git at git.openembedded.org git at git.openembedded.org
Tue Jul 9 19:06:52 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit c81ab3d410b4361c7c528c4e4f1a71b605c0d5c0
Author: Qi.Chen at windriver.com <Qi.Chen at windriver.com>
AuthorDate: Fri Jun 28 11:22:10 2019 +0800

    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 at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb b/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb
index 3f25e6f..5f6588d 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list