From 78a63d6dac5933667c8d26df78d3f59a74199439 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Thu, 16 May 2013 17:46:14 +0200 Subject: atkmm: initial add 2.22.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit it is required for the update of gtkmm in the following patch Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- meta-oe/recipes-gnome/atk/atkmm_2.22.7.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta-oe/recipes-gnome/atk/atkmm_2.22.7.bb (limited to 'meta-oe/recipes-gnome') diff --git a/meta-oe/recipes-gnome/atk/atkmm_2.22.7.bb b/meta-oe/recipes-gnome/atk/atkmm_2.22.7.bb new file mode 100644 index 0000000000..35ba5898e5 --- /dev/null +++ b/meta-oe/recipes-gnome/atk/atkmm_2.22.7.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "C++ bindings for the atk" +SECTION = "libs" + +LICENSE = "LGPLv2.1 & GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \ + file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe" + +DEPENDS = "atk" + +inherit gnome autotools pkgconfig + +GNOME_COMPRESS_TYPE = "xz" + +SRC_URI[archive.md5sum] = "fec7db3fc47ba2e0c95d130ec865a236" +SRC_URI[archive.sha256sum] = "bfbf846b409b4c5eb3a52fa32a13d86936021969406b3dcafd4dd05abd70f91b" + +EXTRA_OECONF = " --disable-documentation " + +FILES_${PN}-dev += "${libdir}/*/include ${libdir}/*/proc/m4" -- cgit 1.2.3-korg