summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/pixbufcache.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes-recipe/pixbufcache.bbclass')
-rw-r--r--meta/classes-recipe/pixbufcache.bbclass5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/classes-recipe/pixbufcache.bbclass b/meta/classes-recipe/pixbufcache.bbclass
index 107e38885e..c32673df55 100644
--- a/meta/classes-recipe/pixbufcache.bbclass
+++ b/meta/classes-recipe/pixbufcache.bbclass
@@ -9,12 +9,9 @@
9# packages. 9# packages.
10# 10#
11 11
12DEPENDS:append:class-target = " qemu-native"
13inherit qemu
14
15PIXBUF_PACKAGES ??= "${PN}" 12PIXBUF_PACKAGES ??= "${PN}"
16 13
17PACKAGE_WRITE_DEPS += "qemu-native gdk-pixbuf-native" 14PACKAGE_WRITE_DEPS += "qemuwrapper-cross gdk-pixbuf-native"
18 15
19pixbufcache_common() { 16pixbufcache_common() {
20if [ "x$D" != "x" ]; then 17if [ "x$D" != "x" ]; then