diff options
| -rw-r--r-- | meta-oe/recipes-core/libsigc++-2.0/libsigc++-3_3.0.0.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-3_3.0.0.bb b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-3_3.0.0.bb new file mode 100644 index 0000000000..3c0330f503 --- /dev/null +++ b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-3_3.0.0.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 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 | |||
| 6 | DEPENDS = "mm-common" | ||
| 7 | |||
| 8 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsigc++/3.0/libsigc++-${PV}.tar.xz" | ||
| 9 | SRC_URI[md5sum] = "6ffe924f1d8624b5716468cde67dc03f" | ||
| 10 | SRC_URI[sha256sum] = "50a0855c1eb26e6044ffe888dbe061938ab4241f96d8f3754ea7ead38ab8ed06" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/libsigc++-${PV}" | ||
| 13 | |||
| 14 | inherit autotools | ||
| 15 | |||
| 16 | FILES_${PN}-dev += "${libdir}/sigc++-*/" | ||
| 17 | FILES_${PN}-doc += "${datadir}/devhelp" | ||
| 18 | |||
| 19 | BBCLASSEXTEND = "native" | ||
| 20 | SECURITY_CFLAGS = "${SECURITY_NO_PIE_CFLAGS}" | ||
