[oe-commits] [openembedded-core] 09/09: pixbufcache.bbclass: remove a dependency loop introduced by enabling gtk+3-native

git at git.openembedded.org git at git.openembedded.org
Mon Jan 28 17:28:53 UTC 2019


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 f99921554fddef82eb80568125aa646a27859a4b
Author: Alexander Kanavin <alex.kanavin at gmail.com>
AuthorDate: Mon Jan 28 13:46:35 2019 +0100

    pixbufcache.bbclass: remove a dependency loop introduced by enabling gtk+3-native
    
    Signed-off-by: Alexander Kanavin <alex.kanavin at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/pixbufcache.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/pixbufcache.bbclass b/meta/classes/pixbufcache.bbclass
index 3378ff2..fb50cd4 100644
--- a/meta/classes/pixbufcache.bbclass
+++ b/meta/classes/pixbufcache.bbclass
@@ -3,7 +3,7 @@
 # packages.
 #
 
-DEPENDS += "qemu-native"
+DEPENDS_append_class-target = " qemu-native"
 inherit qemu
 
 PIXBUF_PACKAGES ??= "${PN}"

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


More information about the Openembedded-commits mailing list