aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.10.0.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2017-01-05 18:11:18 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2017-01-25 15:58:51 +0100
commit021695f73a8a17cc10720b235489cc4371569fa2 (patch)
tree30383c0577828d47cc68a2eb6840471e1a26877c /meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.10.0.bb
parent35f52074dd07c0e591d37f1273b55ac6df6a0aaf (diff)
downloadmeta-openembedded-contrib-021695f73a8a17cc10720b235489cc4371569fa2.tar.gz
libsigc++-2.0: update 2.2.11 -> 2.10.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.10.0.bb')
-rw-r--r--meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.10.0.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.10.0.bb b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.10.0.bb
new file mode 100644
index 0000000000..00d465c158
--- /dev/null
+++ b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.10.0.bb
@@ -0,0 +1,21 @@
+SUMMARY = "A library for loose coupling of C++ method calls"
+SECTION = "libs"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499"
+
+DEPENDS = "mm-common"
+
+SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.10/libsigc++-${PV}.tar.xz"
+SRC_URI[md5sum] = "70bcbde2c900e4925d6ef4bf50954195"
+SRC_URI[sha256sum] = "f843d6346260bfcb4426259e314512b99e296e8ca241d771d21ac64f28298d81"
+
+S = "${WORKDIR}/libsigc++-${PV}"
+
+inherit autotools
+
+EXTRA_AUTORECONF = "--exclude=autoheader"
+
+FILES_${PN}-dev += "${libdir}/sigc++-*/"
+FILES_${PN}-doc += "${datadir}/devhelp"
+
+BBCLASSEXTEND = "native"