diff options
Diffstat (limited to 'meta/classes-recipe/pixbufcache.bbclass')
-rw-r--r-- | meta/classes-recipe/pixbufcache.bbclass | 5 |
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 | ||
12 | DEPENDS:append:class-target = " qemu-native" | ||
13 | inherit qemu | ||
14 | |||
15 | PIXBUF_PACKAGES ??= "${PN}" | 12 | PIXBUF_PACKAGES ??= "${PN}" |
16 | 13 | ||
17 | PACKAGE_WRITE_DEPS += "qemu-native gdk-pixbuf-native" | 14 | PACKAGE_WRITE_DEPS += "qemuwrapper-cross gdk-pixbuf-native" |
18 | 15 | ||
19 | pixbufcache_common() { | 16 | pixbufcache_common() { |
20 | if [ "x$D" != "x" ]; then | 17 | if [ "x$D" != "x" ]; then |