mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
23 lines
624 B
BlitzBasic
23 lines
624 B
BlitzBasic
SUMMARY = "C++ bindings for the atk"
|
|
SECTION = "libs"
|
|
|
|
LICENSE = "LGPL-2.1-only & GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \
|
|
file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe"
|
|
|
|
DEPENDS = "atk glibmm-2.68"
|
|
|
|
GNOMEBN = "atkmm"
|
|
|
|
inherit gnomebase features_check
|
|
|
|
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
|
|
|
SRC_URI[archive.sha256sum] = "6ec264eaa0c4de0adb7202c600170bde9a7fbe4d466bfbe940eaf7faaa6c5974"
|
|
|
|
S = "${UNPACKDIR}/${GNOMEBN}-${PV}"
|
|
|
|
EXTRA_OEMESON = "-Dbuild-documentation=false"
|
|
|
|
FILES:${PN}-dev += "${libdir}/*/include ${libdir}/*/proc/m4"
|