[oe] [meta-networking][PATCH] umip: fix recipe location typo

Anuj Mittal anuj.mittal at intel.com
Mon Oct 8 04:54:36 UTC 2018


On 10/08/2018 12:47 PM, Khem Raj wrote:
> diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_8.12.0.bb b/meta-oe/recipes-devtools/nodejs/nodejs_8.12.0.bb
> index e3b46bc2c8..d0645007c5 100644
> --- a/meta-oe/recipes-devtools/nodejs/nodejs_8.12.0.bb
> +++ b/meta-oe/recipes-devtools/nodejs/nodejs_8.12.0.bb
> @@ -44,7 +44,7 @@ do_configure () {
>      export LD="${CXX}"
>      GYP_DEFINES="${GYP_DEFINES}" export GYP_DEFINES
>      # $TARGET_ARCH settings don't match --dest-cpu settings
> -   ./configure --prefix=${prefix} --without-intl --without-snapshot --shared-openssl --shared-zlib \
> +   ./configure --prefix=${prefix} --with-intl=small-icu --without-snapshot --shared-openssl --shared-zlib \

This hunk shouldn't have been part of this patch.

Thanks,

Anuj



More information about the Openembedded-devel mailing list