From: Alexander Kanavin Date: Mon, 28 Jan 2019 12:46:35 +0000 (+0100) Subject: pixbufcache.bbclass: remove a dependency loop introduced by enabling gtk+3-native X-Git-Tag: uninative-2.4~497 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f99921554fddef82eb80568125aa646a27859a4b;p=openembedded-core.git pixbufcache.bbclass: remove a dependency loop introduced by enabling gtk+3-native Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/classes/pixbufcache.bbclass b/meta/classes/pixbufcache.bbclass index 3378ff2c80..fb50cd4965 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}"