diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-04-24 17:25:30 +0200 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-04-24 17:28:33 +0200 |
commit | 49c638a3e5b17e36edc26289101656023ea475b8 (patch) | |
tree | 006f0627437242eed7a0889824537968badee6ea | |
parent | bb0882c5dad030f676e424265ebcd869bb3ff899 (diff) |
[RCARGEN3] Remove bluez PACKAGECONFIG feature
- The PACKAGECONFIG value "experimental" was remove recently
(Upgrade Bluez version 5.43 -> 5.44).
(From poky): feacb428b055fd714eb1b15402023f4a726dce54
-PACKAGECONFIG[experimental] = "--enable-experimental,--disable-experimental,"
- So we can remove "experimental" feature to avoid yocto Warning.
Bug-AGL: SPEC-1398
Change-Id: Ibd96a788bd0c4e0d9bc6959012bbbf839d890e9d
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
-rw-r--r-- | meta-agl-bsp/meta-rcar-gen3-adas/recipes-connectivity/bluez5/bluez5_%.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-rcar-gen3-adas/recipes-connectivity/bluez5/bluez5_%.bbappend b/meta-agl-bsp/meta-rcar-gen3-adas/recipes-connectivity/bluez5/bluez5_%.bbappend new file mode 100644 index 000000000..7a5f14e3b --- /dev/null +++ b/meta-agl-bsp/meta-rcar-gen3-adas/recipes-connectivity/bluez5/bluez5_%.bbappend @@ -0,0 +1 @@ +PACKAGECONFIG_remove = "experimental" |