diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-01-28 13:46:35 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-28 23:14:10 +0000 |
commit | 99fc8d54d6b42278b15502f6cd3aa6b9b183abcf (patch) | |
tree | 2b331344a88da06df42d96edb5dff186b3ab1cff /meta/classes | |
parent | afc016553ba1a089b766c5808d695093bda6aef6 (diff) | |
download | poky-99fc8d54d6b42278b15502f6cd3aa6b9b183abcf.tar.gz |
pixbufcache.bbclass: remove a dependency loop introduced by enabling gtk+3-native
(From OE-Core rev: f99921554fddef82eb80568125aa646a27859a4b)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/pixbufcache.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
3 | # packages. | 3 | # packages. |
4 | # | 4 | # |
5 | 5 | ||
6 | DEPENDS += "qemu-native" | 6 | DEPENDS_append_class-target = " qemu-native" |
7 | inherit qemu | 7 | inherit qemu |
8 | 8 | ||
9 | PIXBUF_PACKAGES ??= "${PN}" | 9 | PIXBUF_PACKAGES ??= "${PN}" |