mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
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>
This commit is contained in:
@@ -8,6 +8,8 @@ inherit qemu
|
|||||||
|
|
||||||
PIXBUF_PACKAGES ??= "${PN}"
|
PIXBUF_PACKAGES ??= "${PN}"
|
||||||
|
|
||||||
|
PACKAGE_WRITE_DEPS += "qemu-native gdk-pixbuf-native"
|
||||||
|
|
||||||
pixbufcache_common() {
|
pixbufcache_common() {
|
||||||
if [ "x$D" != "x" ]; then
|
if [ "x$D" != "x" ]; then
|
||||||
$INTERCEPT_DIR/postinst_intercept update_pixbuf_cache ${PKG} mlprefix=${MLPREFIX} libdir=${libdir} \
|
$INTERCEPT_DIR/postinst_intercept update_pixbuf_cache ${PKG} mlprefix=${MLPREFIX} libdir=${libdir} \
|
||||||
|
|||||||
Reference in New Issue
Block a user