summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-gnome/atk
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
commit1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch)
treea21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-oe/recipes-gnome/atk
downloadmeta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-gnome/atk')
-rw-r--r--meta-oe/recipes-gnome/atk/atkmm_2.22.7.bb19
1 files changed, 19 insertions, 0 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
new file mode 100644
index 000000000..6f51e3442
--- /dev/null
+++ b/meta-oe/recipes-gnome/atk/atkmm_2.22.7.bb
@@ -0,0 +1,19 @@
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"