mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
pango: Fix postinst by adding missing qemu-native dependency
* postinst_prologue calls qemu_run_binary but there is no dependency on qemu-native which causes postinst to sometimes fail which is fatal for building read-only rootfs (From OE-Core rev: fc14983ae62dc4eb9f08e8f172ac51faaa6bcae2) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
30b5a6ed25
commit
eb1e41e68f
@@ -10,7 +10,7 @@ SECTION = "libs"
|
||||
LICENSE = "LGPLv2.0+"
|
||||
|
||||
X11DEPENDS = "virtual/libx11 libxft"
|
||||
DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libiconv cairo harfbuzz"
|
||||
DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libiconv cairo harfbuzz qemu-native"
|
||||
|
||||
PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
|
||||
PACKAGECONFIG[x11] = "--with-xft,--without-xft,${X11DEPENDS}"
|
||||
|
||||
Reference in New Issue
Block a user