mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
nodejs: install gen-regexp-special-case only when icu is enabled
Fixes install errors when icu packageconfig is disabled Signed-off-by: Jaga <jagadheesan_duraisamy@comcast.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -138,7 +138,9 @@ do_install_append_class-native() {
|
|||||||
install -d ${D}${bindir}
|
install -d ${D}${bindir}
|
||||||
install -m 0755 ${S}/out/Release/torque ${D}${bindir}/torque
|
install -m 0755 ${S}/out/Release/torque ${D}${bindir}/torque
|
||||||
install -m 0755 ${S}/out/Release/bytecode_builtins_list_generator ${D}${bindir}/bytecode_builtins_list_generator
|
install -m 0755 ${S}/out/Release/bytecode_builtins_list_generator ${D}${bindir}/bytecode_builtins_list_generator
|
||||||
|
if ${@bb.utils.contains('PACKAGECONFIG','icu','true','false',d)}; then
|
||||||
install -m 0755 ${S}/out/Release/gen-regexp-special-case ${D}${bindir}/gen-regexp-special-case
|
install -m 0755 ${S}/out/Release/gen-regexp-special-case ${D}${bindir}/gen-regexp-special-case
|
||||||
|
fi
|
||||||
install -m 0755 ${S}/out/Release/mkcodecache ${D}${bindir}/mkcodecache
|
install -m 0755 ${S}/out/Release/mkcodecache ${D}${bindir}/mkcodecache
|
||||||
install -m 0755 ${S}/out/Release/node_mksnapshot ${D}${bindir}/node_mksnapshot
|
install -m 0755 ${S}/out/Release/node_mksnapshot ${D}${bindir}/node_mksnapshot
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user