diff options
| author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-10-07 19:12:56 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-10-07 21:45:20 -0700 |
| commit | 9254a77848ec36a86e01b5a6d499c44a7be067d9 (patch) | |
| tree | 99f999a08be7f6a07f611f1fbd78e4401b2e1098 /meta-oe/recipes-devtools | |
| parent | 99ecc889a0909d54b6bb5c795087585adde1bfbd (diff) | |
| download | meta-openembedded-9254a77848ec36a86e01b5a6d499c44a7be067d9.tar.gz | |
umip: fix recipe location typo
Since `36983fe umip: move to meta-networking' applied,
it was moved to invalid location.
Fix prior partial move to meta-networking
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
| -rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs_8.12.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { | |||
| 44 | export LD="${CXX}" | 44 | export LD="${CXX}" |
| 45 | GYP_DEFINES="${GYP_DEFINES}" export GYP_DEFINES | 45 | GYP_DEFINES="${GYP_DEFINES}" export GYP_DEFINES |
| 46 | # $TARGET_ARCH settings don't match --dest-cpu settings | 46 | # $TARGET_ARCH settings don't match --dest-cpu settings |
| 47 | ./configure --prefix=${prefix} --without-intl --without-snapshot --shared-openssl --shared-zlib \ | 47 | ./configure --prefix=${prefix} --with-intl=small-icu --without-snapshot --shared-openssl --shared-zlib \ |
| 48 | --dest-cpu="${@map_nodejs_arch(d.getVar('TARGET_ARCH'), d)}" \ | 48 | --dest-cpu="${@map_nodejs_arch(d.getVar('TARGET_ARCH'), d)}" \ |
| 49 | --dest-os=linux \ | 49 | --dest-os=linux \ |
| 50 | ${ARCHFLAGS} | 50 | ${ARCHFLAGS} |
