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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99fc8d54d6b42278b15502f6cd3aa6b9b183abcf;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git pixbufcache.bbclass: remove a dependency loop introduced by enabling gtk+3-native (From OE-Core rev: f99921554fddef82eb80568125aa646a27859a4b) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/classes/pixbufcache.bbclass b/meta/classes/pixbufcache.bbclass index 3378ff2c806..fb50cd49659 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}"