diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2023-09-27 12:49:17 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-27 14:22:09 -0700 |
commit | 1abd1a419512f9300e98001494eaa67220ee563a (patch) | |
tree | 26f820042e8cc0489a8c5bd1c99417d0698d95da | |
parent | 5733ddc8346d9dfd47abe773ea93aafb0f451ffa (diff) | |
download | meta-openembedded-1abd1a419512f9300e98001494eaa67220ee563a.tar.gz |
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>
-rw-r--r-- | meta-oe/recipes-extended/mozjs/mozjs-115_115.2.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/mozjs/mozjs-115_115.2.0.bb b/meta-oe/recipes-extended/mozjs/mozjs-115_115.2.0.bb index babe39822a..b029c5f4ec 100644 --- a/meta-oe/recipes-extended/mozjs/mozjs-115_115.2.0.bb +++ b/meta-oe/recipes-extended/mozjs/mozjs-115_115.2.0.bb | |||
@@ -66,7 +66,7 @@ do_install() { | |||
66 | 66 | ||
67 | inherit multilib_script multilib_header | 67 | inherit multilib_script multilib_header |
68 | 68 | ||
69 | MULTILIB_SCRIPTS += " ${PN}-dev:${bindir}/js102-config" | 69 | MULTILIB_SCRIPTS += " ${PN}-dev:${bindir}/js115-config" |
70 | 70 | ||
71 | do_install:append() { | 71 | do_install:append() { |
72 | oe_multilib_header mozjs-115/js-config.h | 72 | oe_multilib_header mozjs-115/js-config.h |