mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-11 04:49:58 +00:00
mozjs: fix filename in MULTILIB_SCRIPTS
* fixes:
DEBUG: Executing shell function multilibscript_rename
mv: cannot stat 'lib32-mozjs-115/115.2.0/package/usr/bin/js102-config': No such file or directory
WARNING: exit code 1 from a shell command.
* cannot use PV here just yet, see the next commit
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 1abd1a4195)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
c572d66a69
commit
8e629e7489
@@ -66,7 +66,7 @@ do_install() {
|
||||
|
||||
inherit multilib_script multilib_header
|
||||
|
||||
MULTILIB_SCRIPTS += " ${PN}-dev:${bindir}/js102-config"
|
||||
MULTILIB_SCRIPTS += " ${PN}-dev:${bindir}/js115-config"
|
||||
|
||||
do_install:append() {
|
||||
oe_multilib_header mozjs-115/js-config.h
|
||||
|
||||
Reference in New Issue
Block a user