Skip to content

Commit

Permalink
chromium: Use bitbake variable instead of shell variable
Browse files Browse the repository at this point in the history
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@mail.bg>
  • Loading branch information
Nikolay Dimitrov committed May 12, 2015
1 parent 713b7f4 commit d80d6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-browser/chromium/chromium.inc
Expand Up @@ -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

Expand Down

0 comments on commit d80d6f6

Please sign in to comment.