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-19 22:50:18 +0000 |
commit | 334a12bb25770dfcd999a7def3612db4b6cd762a (patch) | |
tree | bd7df4204dadb14f8468a1500bb9c050bdcc6958 | |
parent | 0e4f5eb4f8443ed98d7c8aaf0b999c5618b7cf25 (diff) | |
download | openembedded-core-334a12bb25770dfcd999a7def3612db4b6cd762a.tar.gz openembedded-core-334a12bb25770dfcd999a7def3612db4b6cd762a.tar.bz2 openembedded-core-334a12bb25770dfcd999a7def3612db4b6cd762a.zip |
pixbufcache: Add PACKAGE_WRITE_DEPS for postinst
The postinstall needs qemu-native and gdk-pixbuf-native, mark these dependencies
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 PIXBUF_PACKAGES ??= "${PN}" +PACKAGE_WRITE_DEPS += "qemu-native gdk-pixbuf-native" + pixbufcache_common() { if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache ${PKG} mlprefix=${MLPREFIX} libdir=${libdir} \ |