diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2018-08-28 17:37:46 +0300 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2018-08-28 17:46:48 +0300 |
commit | 167a4ec92de01c7803d43d0e2ec55db9b5cdd47b (patch) | |
tree | db3fcaeae157ccb5963a3f146bc57a09074e8f7c | |
parent | d0fb94cab713bcbc99fb25131fc84fe9a6669b4e (diff) |
wayland: Remove unrecognised option "--enable-ivi-shell"
Remove the unrecognised option "--enable-ivi-shell" from
wayland_%.bbappend and get rid of the following warnings
while building AGL:
WARNING: wayland-native-1.13.0-r0 do_configure: QA Issue: wayland-native: configure was passed unrecognised options: --enable-ivi-shell [unknown-configure-option]
WARNING: wayland-1.13.0-r0 do_configure: QA Issue: wayland: configure was passed unrecognised options: --enable-ivi-shell [unknown-configure-option]
Bug-AGL: SPEC-1703
Change-Id: I9532aef824e3e4780894f7ffc66c3701449a9513
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
-rw-r--r-- | meta-agl-profile-graphical/recipes-graphics/wayland/wayland_%.bbappend | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-agl-profile-graphical/recipes-graphics/wayland/wayland_%.bbappend b/meta-agl-profile-graphical/recipes-graphics/wayland/wayland_%.bbappend index 7a1a6c6c1..9d1822697 100644 --- a/meta-agl-profile-graphical/recipes-graphics/wayland/wayland_%.bbappend +++ b/meta-agl-profile-graphical/recipes-graphics/wayland/wayland_%.bbappend @@ -3,4 +3,3 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" SRC_URI_append = "\ file://0001-Change-socket-mode-add-rw-for-group.patch \ " -EXTRA_OECONF_append = " --enable-ivi-shell" |