diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2013-08-14 13:13:51 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-16 11:14:31 +0100 |
commit | 5314bd311cb789f64695021c558247b8f43f752b (patch) | |
tree | 2be2085bb716cba20674427524c16959315558c6 /meta | |
parent | b2568fb4e90e51a227809361a310d1d65227f02f (diff) | |
download | poky-5314bd311cb789f64695021c558247b8f43f752b.tar.gz |
at-spi2-core: add intltool-native dependency
* configure fails without it
at-spi2-core/2.8.0-r0/temp/run.do_configure.372: intltoolize: not found
(From OE-Core rev: 483abbe91c1320d6c6e3e7a5824de80e427aa50e)
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/atk/at-spi2-core_2.8.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/atk/at-spi2-core_2.8.0.bb b/meta/recipes-support/atk/at-spi2-core_2.8.0.bb index 34cdcbba61..8403d6543e 100644 --- a/meta/recipes-support/atk/at-spi2-core_2.8.0.bb +++ b/meta/recipes-support/atk/at-spi2-core_2.8.0.bb | |||
@@ -8,7 +8,7 @@ SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz" | |||
8 | SRC_URI[md5sum] = "93b57d5d56d15d1222ddf2386e2f869f" | 8 | SRC_URI[md5sum] = "93b57d5d56d15d1222ddf2386e2f869f" |
9 | SRC_URI[sha256sum] = "1861a30fc7f583d5a567a0ba547db67ce9bd294f0d1c9f7403c96a10a481c458" | 9 | SRC_URI[sha256sum] = "1861a30fc7f583d5a567a0ba547db67ce9bd294f0d1c9f7403c96a10a481c458" |
10 | 10 | ||
11 | DEPENDS = "dbus glib-2.0 virtual/libx11 libxi libxtst" | 11 | DEPENDS = "dbus glib-2.0 virtual/libx11 libxi libxtst intltool-native" |
12 | 12 | ||
13 | inherit autotools gtk-doc | 13 | inherit autotools gtk-doc |
14 | 14 | ||