libsigc++-3_3.0.6.bb 638 B

1234567891011121314151617181920
  1. SUMMARY = "A library for loose coupling of C++ method calls"
  2. SECTION = "libs"
  3. LICENSE = "LGPLv3"
  4. LIC_FILES_CHKSUM = "file://COPYING;md5=959bffe2993816eb32ec4bc1ec1d5875"
  5. DEPENDS = "mm-common"
  6. SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsigc++/3.0/libsigc++-${PV}.tar.xz"
  7. SRC_URI[md5sum] = "8cc0c1df6b7d9c466555f4a2963ab06a"
  8. SRC_URI[sha256sum] = "b70edcf4611651c54a426e109b17196e1fa17da090592a5000e2d134c03ac5ce"
  9. S = "${WORKDIR}/libsigc++-${PV}"
  10. inherit setuptools3 meson
  11. FILES_${PN}-dev += "${libdir}/sigc++-*/"
  12. FILES_${PN}-doc += "${datadir}/devhelp"
  13. BBCLASSEXTEND = "native"
  14. SECURITY_CFLAGS = "${SECURITY_NO_PIE_CFLAGS}"