[yocto] [meta-raspberrypi][PATCH 23/23] weston: Fix typo with override

Khem Raj raj.khem at gmail.com
Thu Aug 11 18:06:08 PDT 2016


Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 recipes-graphics/weston/weston_%.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 @@
-PACKAGECONFIG_rpi_remove = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', ' fbdev', '', d)}"
+PACKAGECONFIG_remove_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', ' fbdev', '', d)}"
 EXTRA_OECONF += "--disable-xwayland-test \
                  --disable-simple-egl-clients \
 "
-- 
2.9.2




More information about the yocto mailing list