diff options
author | 2018-03-27 13:15:33 +0200 | |
---|---|---|
committer | 2018-03-27 13:53:05 +0200 | |
commit | 852f4fb00056ccd19c1f6532dfcb87a495c947e4 (patch) | |
tree | 62089a40ab4c536f91f33e5be9610b6259411892 /meta-ivi-test | |
parent | 67aea91bdf39ebcbbea0dc37a7007ff35ef446c8 (diff) | |
download | meta-ivi-852f4fb00056ccd19c1f6532dfcb87a495c947e4.tar.gz meta-ivi-852f4fb00056ccd19c1f6532dfcb87a495c947e4.tar.bz2 meta-ivi-852f4fb00056ccd19c1f6532dfcb87a495c947e4.zip |
bluez5: Fix compilation for test
The PACKAGECONFIG to compile the bluez5-noinst-tools has changed with the
latest bump of poky. This commit fixes the configuration.
Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
Diffstat (limited to 'meta-ivi-test')
-rw-r--r-- | meta-ivi-test/recipes-connectivity/bluez5/bluez5_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ivi-test/recipes-connectivity/bluez5/bluez5_%.bbappend b/meta-ivi-test/recipes-connectivity/bluez5/bluez5_%.bbappend index 43d4886..d4ef0b7 100644 --- a/meta-ivi-test/recipes-connectivity/bluez5/bluez5_%.bbappend +++ b/meta-ivi-test/recipes-connectivity/bluez5/bluez5_%.bbappend @@ -1,7 +1,7 @@ # # for test # -PACKAGECONFIG += " experimental" +PACKAGECONFIG += " readline testing tools" do_install_append() { install -d ${D}/opt/tests/${PN} |