[oe] [meta-browser][PATCH] chromium: Use bitbake variable instead of shell variable

Nikolay Dimitrov picmaster at mail.bg
Tue May 12 19:25:43 UTC 2015


Change CHROMIUM_BUILD_TYPE to Bitbake variable, otherwise Chromium files are
not installed in the holding area, and Chromium fails to start on the target.

Signed-off-by: Nikolay Dimitrov <picmaster at mail.bg>
---
 recipes-browser/chromium/chromium.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-browser/chromium/chromium.inc b/recipes-browser/chromium/chromium.inc
index a9e9b8a..72a649d 100644
--- a/recipes-browser/chromium/chromium.inc
+++ b/recipes-browser/chromium/chromium.inc
@@ -7,7 +7,7 @@ COMPATIBLE_MACHINE_x86-64 = "(.*)"
 COMPATIBLE_MACHINE_armv6 = "(.*)"
 COMPATIBLE_MACHINE_armv7a = "(.*)"
 
-export CHROMIUM_BUILD_TYPE="Release"
+CHROMIUM_BUILD_TYPE = "Release"
 
 inherit gettext
 
-- 
1.7.10.4




More information about the Openembedded-devel mailing list