From patchwork Tue Jan 8 12:45:12 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-gnome,2/2] at-spi2-atk: add Date: Tue, 08 Jan 2013 12:45:12 -0000 From: Ross Burton X-Patchwork-Id: 42311 Message-Id: <1357649112-11476-2-git-send-email-ross.burton@intel.com> To: openembedded-devel@lists.openembedded.org This is a build dependency for GTK+ 3.6.x. Signed-off-by: Ross Burton --- meta-gnome/recipes-support/atk/at-spi2-atk_2.6.2.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-gnome/recipes-support/atk/at-spi2-atk_2.6.2.bb diff --git a/meta-gnome/recipes-support/atk/at-spi2-atk_2.6.2.bb b/meta-gnome/recipes-support/atk/at-spi2-atk_2.6.2.bb new file mode 100644 index 0000000..53f0a4a --- /dev/null +++ b/meta-gnome/recipes-support/atk/at-spi2-atk_2.6.2.bb @@ -0,0 +1,11 @@ +SUMMARY = "AT-SPI 2 Toolkit Bridge" +LICENSE = "LGPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=e9f288ba982d60518f375b5898283886" + +SRC_URI = "http://ftp.acc.umu.se/pub/GNOME/sources/${BPN}/2.6/${BPN}-${PV}.tar.xz" +SRC_URI[md5sum] = "7e43d24b64d156119b2b0879393cc94d" +SRC_URI[sha256sum] = "496c8432e8ab82735145f9af5d45209e9b708bf3c94e527ee091d08641a9bcfa" + +DEPENDS = "dbus glib-2.0 atk at-spi2-core" + +inherit autotools