From patchwork Tue Jan 8 12:45:11 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-gnome,1/2] at-spi2-core: add Date: Tue, 08 Jan 2013 12:45:11 -0000 From: Ross Burton X-Patchwork-Id: 42313 Message-Id: <1357649112-11476-1-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-core_2.6.3.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-gnome/recipes-support/atk/at-spi2-core_2.6.3.bb diff --git a/meta-gnome/recipes-support/atk/at-spi2-core_2.6.3.bb b/meta-gnome/recipes-support/atk/at-spi2-core_2.6.3.bb new file mode 100644 index 0000000..658d10d --- /dev/null +++ b/meta-gnome/recipes-support/atk/at-spi2-core_2.6.3.bb @@ -0,0 +1,15 @@ +SUMMARY = "Assistive Technology Service Provider Interface (dbus core)" +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] = "eb1d3ca3332af8862791d3ff7dcfd20a" +SRC_URI[sha256sum] = "fc4487ae46e847cfd057b329b852cf99923772ecd2ddc29f29670c9f2b15d0ea" + +DEPENDS = "dbus glib-2.0 virtual/libx11 libxi" + +inherit autotools gtk-doc + +EXTRA_OECONF = "--disable-introspection --disable-xevie" + +FILES_${PN} += "${datadir}/dbus-1/services/*.service"