diff options
-rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs_12.14.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_12.14.1.bb b/meta-oe/recipes-devtools/nodejs/nodejs_12.14.1.bb index 1ea438c5b0..a482c6b4ca 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_12.14.1.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_12.14.1.bb | |||
@@ -138,7 +138,9 @@ do_install_append_class-native() { | |||
138 | install -d ${D}${bindir} | 138 | install -d ${D}${bindir} |
139 | install -m 0755 ${S}/out/Release/torque ${D}${bindir}/torque | 139 | install -m 0755 ${S}/out/Release/torque ${D}${bindir}/torque |
140 | install -m 0755 ${S}/out/Release/bytecode_builtins_list_generator ${D}${bindir}/bytecode_builtins_list_generator | 140 | install -m 0755 ${S}/out/Release/bytecode_builtins_list_generator ${D}${bindir}/bytecode_builtins_list_generator |
141 | install -m 0755 ${S}/out/Release/gen-regexp-special-case ${D}${bindir}/gen-regexp-special-case | 141 | if ${@bb.utils.contains('PACKAGECONFIG','icu','true','false',d)}; then |
142 | install -m 0755 ${S}/out/Release/gen-regexp-special-case ${D}${bindir}/gen-regexp-special-case | ||
143 | fi | ||
142 | install -m 0755 ${S}/out/Release/mkcodecache ${D}${bindir}/mkcodecache | 144 | install -m 0755 ${S}/out/Release/mkcodecache ${D}${bindir}/mkcodecache |
143 | install -m 0755 ${S}/out/Release/node_mksnapshot ${D}${bindir}/node_mksnapshot | 145 | install -m 0755 ${S}/out/Release/node_mksnapshot ${D}${bindir}/node_mksnapshot |
144 | } | 146 | } |