diff options
author | Oscar Andreasson <oscar.andreasson@pelagicore.com> | 2018-08-02 15:01:06 +0200 |
---|---|---|
committer | Oscar Andreasson <oan@frozentux.net> | 2018-08-08 12:59:43 +0200 |
commit | 3c181c3926fbb2bbcdd71826d4095af89d1cf83f (patch) | |
tree | 7ab23db1c02304d8fa4b78fffc70f5e0b6809c6e | |
parent | 13ac1d5ad3f350931cc1cb563936bd1295f6715d (diff) | |
download | meta-ivi-3c181c3926fbb2bbcdd71826d4095af89d1cf83f.tar.gz meta-ivi-3c181c3926fbb2bbcdd71826d4095af89d1cf83f.tar.bz2 meta-ivi-3c181c3926fbb2bbcdd71826d4095af89d1cf83f.zip |
bluez5: Add dependency on python3
Some of the test scripts we install depends on python3, and recent
changes in yocto are failing the build since it's now able to detect
script dependencies as well. Add python3-core dependency.
Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
-rw-r--r-- | meta-ivi-test/recipes-connectivity/bluez5/bluez5_%.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ivi-test/recipes-connectivity/bluez5/bluez5_%.bbappend b/meta-ivi-test/recipes-connectivity/bluez5/bluez5_%.bbappend index d4ef0b7..0adf823 100644 --- a/meta-ivi-test/recipes-connectivity/bluez5/bluez5_%.bbappend +++ b/meta-ivi-test/recipes-connectivity/bluez5/bluez5_%.bbappend @@ -29,6 +29,8 @@ FILES_${PN}-noinst-tools = "${@get_noinst_tools_paths2(d, bb, d.getVar('NOINST_T PACKAGES += "${PN}-test" DEPENDS_${PN}-test = "${PN}" +RDEPENDS_${PN}-test += "python3-core" + FILES_${PN}-dbg += " \ /opt/tests/${PN}/.debug/* \ /opt/tests/${PN}/lib/.debug/* \ |