[OE-core] [PATCH] at-spi2-atk: Add glib-2.0-native dependency

Saul Wold sgw at linux.intel.com
Mon Jan 30 16:24:15 UTC 2017


This package needs the glib-compile-schemas native binary, which may have been
provided by host tools previously. The Recipe-Specific Sysroots might have also
uncovered this dependency.

Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 meta/recipes-support/atk/at-spi2-atk_2.22.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/atk/at-spi2-atk_2.22.0.bb b/meta/recipes-support/atk/at-spi2-atk_2.22.0.bb
index 80ba642..78798c1 100644
--- a/meta/recipes-support/atk/at-spi2-atk_2.22.0.bb
+++ b/meta/recipes-support/atk/at-spi2-atk_2.22.0.bb
@@ -8,7 +8,7 @@ SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz"
 SRC_URI[md5sum] = "aa62aed21b8e03dc44ab81ae49d893ca"
 SRC_URI[sha256sum] = "e8bdedbeb873eb229eb08c88e11d07713ec25ae175251648ad1a9da6c21113c1"
 
-DEPENDS = "dbus glib-2.0 atk at-spi2-core"
+DEPENDS = "dbus glib-2.0 atk at-spi2-core glib-2.0-native"
 
 inherit autotools pkgconfig distro_features_check upstream-version-is-even
 
-- 
2.7.4




More information about the Openembedded-core mailing list