From bc48dcd737b4244bedab50dea7ec44272a664f91 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Thu, 5 Jan 2017 18:11:22 +0100 Subject: atkmm: update 2.22.7 -> 2.24.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- meta-oe/recipes-gnome/atk/atkmm_2.22.7.bb | 19 ------------------- meta-oe/recipes-gnome/atk/atkmm_2.24.2.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 19 deletions(-) delete mode 100644 meta-oe/recipes-gnome/atk/atkmm_2.22.7.bb create mode 100644 meta-oe/recipes-gnome/atk/atkmm_2.24.2.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 deleted file mode 100644 index 6f51e3442e..0000000000 --- a/meta-oe/recipes-gnome/atk/atkmm_2.22.7.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "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 glibmm" - -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" diff --git a/meta-oe/recipes-gnome/atk/atkmm_2.24.2.bb b/meta-oe/recipes-gnome/atk/atkmm_2.24.2.bb new file mode 100644 index 0000000000..30ac90a70b --- /dev/null +++ b/meta-oe/recipes-gnome/atk/atkmm_2.24.2.bb @@ -0,0 +1,17 @@ +SUMMARY = "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 glibmm" + +inherit gnome autotools pkgconfig + +SRC_URI[archive.md5sum] = "d53b60b0f1be597e86070954a49cf0c3" +SRC_URI[archive.sha256sum] = "ff95385759e2af23828d4056356f25376cfabc41e690ac1df055371537e458bd" + +EXTRA_OECONF = " --disable-documentation " + +FILES_${PN}-dev += "${libdir}/*/include ${libdir}/*/proc/m4" -- cgit 1.2.3-korg