]> code.ossystems Code Review - openembedded-core.git/commitdiff
pixbufcache.bbclass: remove a dependency loop introduced by enabling gtk+3-native
authorAlexander Kanavin <alex.kanavin@gmail.com>
Mon, 28 Jan 2019 12:46:35 +0000 (13:46 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 28 Jan 2019 17:28:20 +0000 (17:28 +0000)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/pixbufcache.bbclass

index 3378ff2c8061d6b9f8daeed4147bbcae511a1b90..fb50cd4965936a53ca8e56453e68891204e17f35 100644 (file)
@@ -3,7 +3,7 @@
 # packages.
 #
 
-DEPENDS += "qemu-native"
+DEPENDS_append_class-target = " qemu-native"
 inherit qemu
 
 PIXBUF_PACKAGES ??= "${PN}"