From d80d6f62b07aeaefaab965b2c885e78806ca4878 Mon Sep 17 00:00:00 2001 From: Nikolay Dimitrov Date: Tue, 12 May 2015 22:08:54 +0300 Subject: [PATCH] chromium: Use bitbake variable instead of shell variable 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 --- 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 a9e9b8a45..72a649d4e 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