diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-08-11 18:06:08 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-09-21 17:15:02 +0100 |
commit | ac6f357271a52010cca7e8f9b4fadd05a74916bc (patch) | |
tree | 3067ea6f728ef9cc38cf42785cb797dd25a4e76f | |
parent | 760ddd0f1836dd43ef0044bd37cfa267b4e74f51 (diff) | |
download | meta-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_%.bbappend | 2 |
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 @@ | |||
1 | PACKAGECONFIG_rpi_remove = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', ' fbdev', '', d)}" | 1 | PACKAGECONFIG_remove_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', ' fbdev', '', d)}" |
2 | EXTRA_OECONF += "--disable-xwayland-test \ | 2 | EXTRA_OECONF += "--disable-xwayland-test \ |
3 | --disable-simple-egl-clients \ | 3 | --disable-simple-egl-clients \ |
4 | " | 4 | " |