blob: 1549c6ad0f1f71216723b21ebd03976e4d3ab941 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "A library for loose coupling of C++ method calls"
2SECTION = "libs"
3LICENSE = "LGPLv3"
4LIC_FILES_CHKSUM = "file://COPYING;md5=959bffe2993816eb32ec4bc1ec1d5875"
5
6DEPENDS = "mm-common"
7
8SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsigc++/3.0/libsigc++-${PV}.tar.xz"
Andrew Geissler4b7c1152020-11-30 19:55:29 -06009SRC_URI[md5sum] = "8cc0c1df6b7d9c466555f4a2963ab06a"
10SRC_URI[sha256sum] = "b70edcf4611651c54a426e109b17196e1fa17da090592a5000e2d134c03ac5ce"
Andrew Geissler82c905d2020-04-13 13:39:40 -050011
12S = "${WORKDIR}/libsigc++-${PV}"
13
14inherit setuptools3 meson
15
Patrick Williams213cb262021-08-07 19:21:33 -050016FILES:${PN}-dev += "${libdir}/sigc++-*/"
17FILES:${PN}-doc += "${datadir}/devhelp"
Andrew Geissler82c905d2020-04-13 13:39:40 -050018
19BBCLASSEXTEND = "native"
20SECURITY_CFLAGS = "${SECURITY_NO_PIE_CFLAGS}"