summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gobject-introspection
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-08 14:09:20 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-09 14:09:01 +0100
commitc3f4b8195420d755fa75fd408be9fd89b555a046 (patch)
tree45344a41b3fee5065683a1d4333961ed3ffec894 /meta/recipes-gnome/gobject-introspection
parent22a6ff07aa4814270d423ba979e5dbfd10a05caa (diff)
downloadpoky-c3f4b8195420d755fa75fd408be9fd89b555a046.tar.gz
gobject-introspection: Do not hardcode objdump name
Use OBJDUMP variable in the script, this helps in using the lddwrapper with recipes which maybe using different objdump tools e.g.l llvm-objdump or vice-versa (From OE-Core rev: c04b3e0e371859c159b76bff87a5b1299b51d0c8) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gobject-introspection')
-rw-r--r--meta/recipes-gnome/gobject-introspection/gobject-introspection_1.72.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.72.0.bb b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.72.0.bb
index 9a47e908b7..d935cbd905 100644
--- a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.72.0.bb
+++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.72.0.bb
@@ -103,7 +103,7 @@ EOF
103 # for a different architecture 103 # for a different architecture
104 cat > ${B}/g-ir-scanner-lddwrapper << EOF 104 cat > ${B}/g-ir-scanner-lddwrapper << EOF
105#!/bin/sh 105#!/bin/sh
106$OBJDUMP -p "\$@" 106\$OBJDUMP -p "\$@"
107EOF 107EOF
108 chmod +x ${B}/g-ir-scanner-lddwrapper 108 chmod +x ${B}/g-ir-scanner-lddwrapper
109 109