diff options
author | Oscar Andreasson <oscar.andreasson@pelagicore.com> | 2018-08-02 15:02:38 +0200 |
---|---|---|
committer | Oscar Andreasson <oan@frozentux.net> | 2018-08-08 12:59:43 +0200 |
commit | f3a391193ba84ef1cfcb7e5dd31663015b1befe5 (patch) | |
tree | f891fe5820b25c5cf53fc2f18dfdd79b44d3683f | |
parent | 3c181c3926fbb2bbcdd71826d4095af89d1cf83f (diff) | |
download | meta-ivi-f3a391193ba84ef1cfcb7e5dd31663015b1befe5.tar.gz meta-ivi-f3a391193ba84ef1cfcb7e5dd31663015b1befe5.tar.bz2 meta-ivi-f3a391193ba84ef1cfcb7e5dd31663015b1befe5.zip |
common-api-c++-dbus: Add dependency on bash
Some of the test scripts we install depends on bash, and recent
changes in yocto are failing the build since it's now able to detect
script dependencies as well. Add bash dependency.
Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
-rw-r--r-- | meta-ivi-test/recipes-extended/common-api/common-api-c++-dbus_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ivi-test/recipes-extended/common-api/common-api-c++-dbus_%.bbappend b/meta-ivi-test/recipes-extended/common-api/common-api-c++-dbus_%.bbappend index 31c2875..207a246 100644 --- a/meta-ivi-test/recipes-extended/common-api/common-api-c++-dbus_%.bbappend +++ b/meta-ivi-test/recipes-extended/common-api/common-api-c++-dbus_%.bbappend @@ -16,7 +16,7 @@ EXTRA_OECMAKE += "-DWITH_DLTTEST=ON -DCMAKE_SKIP_RPATH=ON -DWITH_MAN=OFF \ " do_compile_append() { - make -C src/test + ninja build_tests } do_install_append() { |