[oe-commits] [openembedded-core] 44/69: gobject-introspection: Depend on prelink-native

git at git.openembedded.org git at git.openembedded.org
Mon Mar 7 22:12:34 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit ec38f7bb20dc12b247b06496c82d89335cede28e
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Thu Mar 3 23:03:54 2016 +0000

    gobject-introspection: Depend on prelink-native
    
    In the class-target case the code uses prelink-rtld so add the missing
    DEPENDS.
    
    (From OE-Core rev: eac7dcaabc2a5ff9e399feeee1348d71b4b5f68e)
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 .../recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb
index 3083482..f06dd5b 100644
--- a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb
+++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb
@@ -34,7 +34,7 @@ DEPENDS_append = " libffi zlib glib-2.0 python"
 # target build needs qemu to run temporary introspection binaries created
 # on the fly by g-ir-scanner and a native version of itself to run
 # native versions of its own tools during build.
-DEPENDS_class-target_append = " gobject-introspection-native qemu-native"
+DEPENDS_class-target_append = " gobject-introspection-native qemu-native prelink-native"
 
 SSTATE_SCAN_FILES += "g-ir-scanner-qemuwrapper g-ir-scanner-wrapper g-ir-compiler-wrapper g-ir-scanner-lddwrapper Gio-2.0.gir"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list