This is a build dependency for GTK+ 3.6.x. Signed-off-by: Ross Burton <[email protected]> --- 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 -- 1.7.10.4 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
