summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-08-11 18:06:08 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2016-09-21 17:15:02 +0100
commitac6f357271a52010cca7e8f9b4fadd05a74916bc (patch)
tree3067ea6f728ef9cc38cf42785cb797dd25a4e76f
parent760ddd0f1836dd43ef0044bd37cfa267b4e74f51 (diff)
downloadmeta-raspberrypi-ac6f357271a52010cca7e8f9b4fadd05a74916bc.tar.gz
weston: Fix typo with override
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-graphics/weston/weston_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/weston/weston_%.bbappend b/recipes-graphics/weston/weston_%.bbappend
index 70f4360..b964542 100644
--- a/recipes-graphics/weston/weston_%.bbappend
+++ b/recipes-graphics/weston/weston_%.bbappend
@@ -1,4 +1,4 @@
1PACKAGECONFIG_rpi_remove = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', ' fbdev', '', d)}" 1PACKAGECONFIG_remove_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', ' fbdev', '', d)}"
2EXTRA_OECONF += "--disable-xwayland-test \ 2EXTRA_OECONF += "--disable-xwayland-test \
3 --disable-simple-egl-clients \ 3 --disable-simple-egl-clients \
4" 4"