summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2023-09-27 12:49:17 +0200
committerArmin Kuster <akuster808@gmail.com>2023-10-04 07:52:48 -0700
commit8e629e7489880df9b8efd0f24dfb0e6b641b5789 (patch)
treee805b1ec530b1f9e0e334fae9127c71cc110d91f
parentc572d66a69da90aa78b39745576aceb7e4f393e6 (diff)
downloadmeta-openembedded-8e629e7489880df9b8efd0f24dfb0e6b641b5789.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> (cherry picked from commit 1abd1a419512f9300e98001494eaa67220ee563a) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-extended/mozjs/mozjs-115_115.2.0.bb2
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
67inherit multilib_script multilib_header 67inherit multilib_script multilib_header
68 68
69MULTILIB_SCRIPTS += " ${PN}-dev:${bindir}/js102-config" 69MULTILIB_SCRIPTS += " ${PN}-dev:${bindir}/js115-config"
70 70
71do_install:append() { 71do_install:append() {
72 oe_multilib_header mozjs-115/js-config.h 72 oe_multilib_header mozjs-115/js-config.h