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 <[email protected]>
---
 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

-- 
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to