diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2017-01-31 15:23:30 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-31 15:25:56 +0000 |
commit | 5b64eda8a1031f29540126d1fc70bc44ee8a7695 (patch) | |
tree | 1b8f027747755c2d4020328914e0a2e15e87743b | |
parent | 7fc6390ff82da34bc4c903e5b3f03f45206d326c (diff) | |
download | poky-5b64eda8a1031f29540126d1fc70bc44ee8a7695.tar.gz |
at-spi2-atk: depend on glib-2.0-native
Missing dependency revealed by recipe specific sysroots. If the host
system does not have glib-compile-schemas installed have (via
libglib2.0-dev, glib2, glib2-tools or similar) do_configure would fail
with:
configure: error: glib-compile-schemas not found.
(From OE-Core rev: 483801020f358fb201703b56326cb90e6df84fdb)
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/atk/at-spi2-atk_2.22.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 80ba64279b..58edb6e1b7 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" | |||
8 | SRC_URI[md5sum] = "aa62aed21b8e03dc44ab81ae49d893ca" | 8 | SRC_URI[md5sum] = "aa62aed21b8e03dc44ab81ae49d893ca" |
9 | SRC_URI[sha256sum] = "e8bdedbeb873eb229eb08c88e11d07713ec25ae175251648ad1a9da6c21113c1" | 9 | SRC_URI[sha256sum] = "e8bdedbeb873eb229eb08c88e11d07713ec25ae175251648ad1a9da6c21113c1" |
10 | 10 | ||
11 | DEPENDS = "dbus glib-2.0 atk at-spi2-core" | 11 | DEPENDS = "dbus glib-2.0 glib-2.0-native atk at-spi2-core" |
12 | 12 | ||
13 | inherit autotools pkgconfig distro_features_check upstream-version-is-even | 13 | inherit autotools pkgconfig distro_features_check upstream-version-is-even |
14 | 14 | ||