[oe-commits] Martin Jansa : pango: Fix postinst by adding missing qemu-native dependency

git at git.openembedded.org git at git.openembedded.org
Fri Mar 7 14:52:12 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: fc14983ae62dc4eb9f08e8f172ac51faaa6bcae2
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=fc14983ae62dc4eb9f08e8f172ac51faaa6bcae2

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Sat Mar  1 21:52:47 2014 +0100

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

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-graphics/pango/pango.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/pango/pango.inc b/meta/recipes-graphics/pango/pango.inc
index 17006d3..4a20d20 100644
--- a/meta/recipes-graphics/pango/pango.inc
+++ b/meta/recipes-graphics/pango/pango.inc
@@ -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}"



More information about the Openembedded-commits mailing list