diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-19 17:01:10 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-20 11:53:50 +0000 |
commit | f4fb2ed60a6f4342f6dd6f9f3c043b1e079f64e5 (patch) | |
tree | 87d6ec760ce054d9bff725f2166972cc3eac1861 /meta/classes | |
parent | 70f4ad49a74f902b17e69764c9d78e4e60085b62 (diff) | |
download | poky-f4fb2ed60a6f4342f6dd6f9f3c043b1e079f64e5.tar.gz |
pixbufcache: Add PACKAGE_WRITE_DEPS for postinst
The postinstall needs qemu-native and gdk-pixbuf-native, mark these dependencies
(From OE-Core rev: 334a12bb25770dfcd999a7def3612db4b6cd762a)
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, 2 insertions, 0 deletions
diff --git a/meta/classes/pixbufcache.bbclass b/meta/classes/pixbufcache.bbclass index 63bf079cf1..633a8757ed 100644 --- a/meta/classes/pixbufcache.bbclass +++ b/meta/classes/pixbufcache.bbclass | |||
@@ -8,6 +8,8 @@ inherit qemu | |||
8 | 8 | ||
9 | PIXBUF_PACKAGES ??= "${PN}" | 9 | PIXBUF_PACKAGES ??= "${PN}" |
10 | 10 | ||
11 | PACKAGE_WRITE_DEPS += "qemu-native gdk-pixbuf-native" | ||
12 | |||
11 | pixbufcache_common() { | 13 | pixbufcache_common() { |
12 | if [ "x$D" != "x" ]; then | 14 | if [ "x$D" != "x" ]; then |
13 | $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache ${PKG} mlprefix=${MLPREFIX} libdir=${libdir} \ | 15 | $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache ${PKG} mlprefix=${MLPREFIX} libdir=${libdir} \ |