diff mbox series

[meta-oe,3/4] mozjs: fix filename in MULTILIB_SCRIPTS

Message ID 20230927104920.2052173-3-martin.jansa@gmail.com
State Under Review
Headers show
Series [meta-oe,1/4] gnome-tweaks, networkmanager-fortisslvpn, libesmtp, json-schema-validator, python3-pybluez, python3-pynetlinux, apache2: Fix Malformed Upstream-Status | expand

Commit Message

Martin Jansa Sept. 27, 2023, 10:49 a.m. UTC
* 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>
---
 meta-oe/recipes-extended/mozjs/mozjs-115_115.2.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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() {
 
 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