[oe] [PATCH][meta-browser] chromium: fix parsing with wayland enabled

Martin Jansa martin.jansa at gmail.com
Sun Feb 28 22:10:03 UTC 2016


* d.getVar now takes 2 parameters, not 1

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 recipes-browser/chromium/chromium_40.0.2214.91.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-browser/chromium/chromium_40.0.2214.91.bb b/recipes-browser/chromium/chromium_40.0.2214.91.bb
index dd42903..0942d7d 100644
--- a/recipes-browser/chromium/chromium_40.0.2214.91.bb
+++ b/recipes-browser/chromium/chromium_40.0.2214.91.bb
@@ -174,7 +174,7 @@ python add_ozone_wayland_patches() {
         d.appendVar('SRC_URI', ' file://' + upstream_patch)
     # then, add the extra patches to SRC_URI order matters;
     # extra patches may depend on the base ozone-wayland ones
-    d.appendVar('SRC_URI', ' ' + d.getVar('OZONE_WAYLAND_EXTRA_PATCHES'))
+    d.appendVar('SRC_URI', ' ' + d.getVar('OZONE_WAYLAND_EXTRA_PATCHES', False))
 }
 
 EXTRA_OEGYP =	" \
-- 
2.7.1




More information about the Openembedded-devel mailing list