[oe-commits] [openembedded-core] 20/40: testimage: add createrepo-native to testimage depends

git at git.openembedded.org git at git.openembedded.org
Tue Sep 13 14:20:11 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 2f1a44d33d9ecceef69d11ef92c5369314cb3bf5
Author: bavery <brian.avery at intel.com>
AuthorDate: Fri Sep 9 09:25:16 2016 -0700

    testimage: add createrepo-native to testimage depends
    
    The smart tests need createrepo to be in the native sysroot. It needs
    to be one of the depends for testimage.
    
    Signed-off-by: bavery <brian.avery at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/testimage.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass
index e42c5ac..263d539 100644
--- a/meta/classes/testimage.bbclass
+++ b/meta/classes/testimage.bbclass
@@ -67,6 +67,7 @@ TESTIMAGEDEPENDS = ""
 TESTIMAGEDEPENDS_qemuall = "qemu-native:do_populate_sysroot qemu-helper-native:do_populate_sysroot"
 TESTIMAGEDEPENDS += "${@bb.utils.contains('IMAGE_PKGTYPE', 'rpm', 'cpio-native:do_populate_sysroot', '', d)}"
 TESTIMAGEDEPENDS_qemuall += "${@bb.utils.contains('IMAGE_PKGTYPE', 'rpm', 'cpio-native:do_populate_sysroot', '', d)}"
+TESTIMAGEDEPENDS_qemuall += "${@bb.utils.contains('IMAGE_PKGTYPE', 'rpm', 'createrepo-native:do_populate_sysroot', '', d)}"
 
 TESTIMAGELOCK = "${TMPDIR}/testimage.lock"
 TESTIMAGELOCK_qemuall = ""

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


More information about the Openembedded-commits mailing list