aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbavery <brian.avery@intel.com>2016-09-09 09:25:16 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-13 15:18:43 +0100
commit2f1a44d33d9ecceef69d11ef92c5369314cb3bf5 (patch)
treedd96b70df071369dee603f34711324e1ab4e5609
parentca3f9fbe21407685ed09c60bc4b991b5c6b448f4 (diff)
downloadopenembedded-core-contrib-2f1a44d33d9ecceef69d11ef92c5369314cb3bf5.tar.gz
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@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--meta/classes/testimage.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass
index e42c5acce9..263d53976f 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 = ""