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

Khem Raj raj.khem at gmail.com
Tue May 12 22:55:18 UTC 2015


> On May 12, 2015, at 12:25 PM, Nikolay Dimitrov <picmaster at mail.bg> wrote:
> 
> 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>

this is ok.

> ---
> 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
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 204 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20150512/abd427fc/attachment-0002.sig>


More information about the Openembedded-devel mailing list