diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-05-16 17:46:14 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-21 12:45:48 +0200 |
| commit | 78a63d6dac5933667c8d26df78d3f59a74199439 (patch) | |
| tree | d9ce948a1840fec75c3cfbbff15e3b242529fa18 /meta-oe/recipes-gnome/atk/atkmm_2.22.7.bb | |
| parent | 18ad98a7eb439dfdedf98f1fcca7fd85d17d8023 (diff) | |
| download | meta-openembedded-78a63d6dac5933667c8d26df78d3f59a74199439.tar.gz | |
atkmm: initial add 2.22.7
it is required for the update of gtkmm in the following patch
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.bb | 19 |
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 0000000000..35ba5898e5 --- /dev/null +++ b/meta-oe/recipes-gnome/atk/atkmm_2.22.7.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | DESCRIPTION = "C++ bindings for the atk" | ||
| 2 | SECTION = "libs" | ||
| 3 | |||
| 4 | LICENSE = "LGPLv2.1 & GPLv2" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | ||
| 6 | file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe" | ||
| 7 | |||
| 8 | DEPENDS = "atk" | ||
| 9 | |||
| 10 | inherit gnome autotools pkgconfig | ||
| 11 | |||
| 12 | GNOME_COMPRESS_TYPE = "xz" | ||
| 13 | |||
| 14 | SRC_URI[archive.md5sum] = "fec7db3fc47ba2e0c95d130ec865a236" | ||
| 15 | SRC_URI[archive.sha256sum] = "bfbf846b409b4c5eb3a52fa32a13d86936021969406b3dcafd4dd05abd70f91b" | ||
| 16 | |||
| 17 | EXTRA_OECONF = " --disable-documentation " | ||
| 18 | |||
| 19 | FILES_${PN}-dev += "${libdir}/*/include ${libdir}/*/proc/m4" | ||
