Hello Carlos,

On Sun, Apr 27, 2014 at 8:21 AM, Carlos Rafael Giani
<d...@pseudoterminal.org> wrote:
> With this patch it becomes possible to add extra command line options to
> the "chrome" call in /usr/bin/google-chrome script .
>
> Signed-off-by: Carlos Rafael Giani <d...@pseudoterminal.org>
...
> diff --git a/recipes-browser/chromium/chromium_35.0.1883.0.bb 
> b/recipes-browser/chromium/chromium_35.0.1883.0.bb
> index 203474d..080282b 100644
> --- a/recipes-browser/chromium/chromium_35.0.1883.0.bb
> +++ b/recipes-browser/chromium/chromium_35.0.1883.0.bb
> @@ -33,6 +33,9 @@ EXTRA_OEGYP = " \
>  "
>  ARMFPABI_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 
> 'callconvention-hard', 'arm_float_abi=hard', 'arm_float_abi=softfp', d)}"
>
> +CHROMIUM_EXTRA_ARGS = " \
> +"

CHROMIUM_EXTRA_ARGS ?= ""

>  export GYP_DEFINES="${ARMFPABI} 
> release_extra_cflags='-Wno-error=unused-local-typedefs' sysroot=''"
>  do_configure() {
>         cd ${S}
> @@ -54,6 +57,10 @@ do_install() {
>         install -d ${D}${bindir}
>         install -m 0755 ${WORKDIR}/google-chrome ${D}${bindir}/
>
> +       # Add extra command line arguments to google-chrome script by 
> modifying
> +       # the dummy "CHROME_EXTRA_ARGS" line
> +       sed -i 
> "s/^CHROME_EXTRA_ARGS=\"\"/CHROME_EXTRA_ARGS=\"${CHROMIUM_EXTRA_ARGS}\"/" 
> ${D}${bindir}/google-chrome

Nice!

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750
-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to