[oe-commits] [openembedded-core] 05/09: gobject-introspection: Tweak RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Thu Oct 11 22:43:40 UTC 2018


This is an automated email from the git hooks/post-receive script.

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

commit dfcb509e48b7b76988e5fa238cbcfe2b9e8d307d
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Thu Oct 11 23:22:43 2018 +0100

    gobject-introspection: Tweak RDEPENDS
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 .../recipes-gnome/gobject-introspection/gobject-introspection_1.58.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.58.0.bb b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.58.0.bb
index 65c4466..b4656f3 100644
--- a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.58.0.bb
+++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.58.0.bb
@@ -199,6 +199,6 @@ FILES_${PN}-dev_append = " ${datadir}/gobject-introspection-1.0/tests/*.c \
 FILES_${PN}-dbg += "${libdir}/gobject-introspection/giscanner/.debug/"
 FILES_${PN}-staticdev += "${libdir}/gobject-introspection/giscanner/*.a"
 
-RDEPENDS_${PN}_class-target = "python3-pickle python3-xml"
+RDEPENDS_${PN} += "python3-pickle python3-xml"
 
 BBCLASSEXTEND = "native"

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


More information about the Openembedded-commits mailing list