summaryrefslogtreecommitdiffstats
path: root/meta/classes/gobject-introspection.bbclass
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-01-27 11:20:05 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-01 07:31:18 +0000
commit1adbf5ba2727f0023f31720e0ac7bcb2e67f039b (patch)
tree2ddb88a41d8dd4123a68466456d7983054db6632 /meta/classes/gobject-introspection.bbclass
parent8b562100df06f4655eb377ec259b58b10a13abee (diff)
downloadpoky-1adbf5ba2727f0023f31720e0ac7bcb2e67f039b.tar.gz
gobject-introspection: replace prelink-rtld with objdump -p
g-i internally processes the output with regexes, and seems happy with what objdump is printing. It only needs to resolve the library name as passed to the linker to the library file name. Also recursive resolution (that ldd is doing and objdump is not) is not necessary. (From OE-Core rev: 767e0880d4d729e659e859dd99c1cdb084b8ba51) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/gobject-introspection.bbclass')
-rw-r--r--meta/classes/gobject-introspection.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/gobject-introspection.bbclass b/meta/classes/gobject-introspection.bbclass
index 4db1b362d9..7bf9feb0d6 100644
--- a/meta/classes/gobject-introspection.bbclass
+++ b/meta/classes/gobject-introspection.bbclass
@@ -29,7 +29,7 @@ EXTRA_OEMESON:prepend:class-nativesdk = "${@['', '${GIRMESONBUILD}'][d.getVar('G
29 29
30# Generating introspection data depends on a combination of native and target 30# Generating introspection data depends on a combination of native and target
31# introspection tools, and qemu to run the target tools. 31# introspection tools, and qemu to run the target tools.
32DEPENDS:append:class-target = " gobject-introspection gobject-introspection-native qemu-native prelink-native" 32DEPENDS:append:class-target = " gobject-introspection gobject-introspection-native qemu-native"
33 33
34# Even though introspection is disabled on -native, gobject-introspection package is still 34# Even though introspection is disabled on -native, gobject-introspection package is still
35# needed for m4 macros. 35# needed for m4 macros.