diff options
| -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" | ||
