summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-gnome/atk/atkmm_2.22.7.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2017-01-05 18:11:22 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2017-01-25 15:58:52 +0100
commitbc48dcd737b4244bedab50dea7ec44272a664f91 (patch)
tree3e3c07ccec1e144502fdda52a4b7845e94ec1dcd /meta-oe/recipes-gnome/atk/atkmm_2.22.7.bb
parentbfc9ec2e675455659b5ba733207bd68d8a53988b (diff)
downloadmeta-openembedded-bc48dcd737b4244bedab50dea7ec44272a664f91.tar.gz
atkmm: update 2.22.7 -> 2.24.2
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-gnome/atk/atkmm_2.22.7.bb')
-rw-r--r--meta-oe/recipes-gnome/atk/atkmm_2.22.7.bb19
1 files changed, 0 insertions, 19 deletions
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 6f51e3442..000000000
--- a/meta-oe/recipes-gnome/atk/atkmm_2.22.7.bb
+++ /dev/null
@@ -1,19 +0,0 @@
1SUMMARY = "C++ bindings for the atk"
2SECTION = "libs"
3
4LICENSE = "LGPLv2.1 & GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \
6 file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe"
7
8DEPENDS = "atk glibmm"
9
10inherit gnome autotools pkgconfig
11
12GNOME_COMPRESS_TYPE = "xz"
13
14SRC_URI[archive.md5sum] = "fec7db3fc47ba2e0c95d130ec865a236"
15SRC_URI[archive.sha256sum] = "bfbf846b409b4c5eb3a52fa32a13d86936021969406b3dcafd4dd05abd70f91b"
16
17EXTRA_OECONF = " --disable-documentation "
18
19FILES_${PN}-dev += "${libdir}/*/include ${libdir}/*/proc/m4"