mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
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: bbbb515f7df240b8679567cd3e04d6b4ccc65f6d) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit c04b3e0e371859c159b76bff87a5b1299b51d0c8) Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io> Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
@@ -103,7 +103,7 @@ EOF
|
|||||||
# for a different architecture
|
# for a different architecture
|
||||||
cat > ${B}/g-ir-scanner-lddwrapper << EOF
|
cat > ${B}/g-ir-scanner-lddwrapper << EOF
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
$OBJDUMP -p "\$@"
|
\$OBJDUMP -p "\$@"
|
||||||
EOF
|
EOF
|
||||||
chmod +x ${B}/g-ir-scanner-lddwrapper
|
chmod +x ${B}/g-ir-scanner-lddwrapper
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user