aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/libsigc++-2.0
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-07-12 11:30:34 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-07-12 12:25:23 +0200
commit05906402a80e166a1630d665480bd1960e78c2c7 (patch)
tree2f64353b51ef4fd01579f0e07bb24968d83022f9 /meta-oe/recipes-core/libsigc++-2.0
parent51d3a33c5dfa5b81cc9cbf84f91b455871b5f46b (diff)
downloadmeta-openembedded-contrib-05906402a80e166a1630d665480bd1960e78c2c7.tar.gz
libsigc++: add 2.2.9
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-core/libsigc++-2.0')
-rw-r--r--meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.2.9.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.2.9.bb b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.2.9.bb
new file mode 100644
index 0000000000..bcf69b85d9
--- /dev/null
+++ b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.2.9.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "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 = "ftp://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/libsigc++-${PV}.tar.gz;name=archive"
+SRC_URI[archive.md5sum] = "9d202af538d912fdacc9b89c84a1ef24"
+SRC_URI[archive.sha256sum] = "ef60d60403b6401e2bee97b6e3e1c3a464fdb6410285e0055eb1525b9fcc4473"
+
+S = "${WORKDIR}/libsigc++-${PV}"
+
+inherit autotools
+
+EXTRA_AUTORECONF = "--exclude=autoheader"
+
+FILES_${PN}-dev += "${libdir}/sigc++-*/"
+FILES_${PN}-doc += "${datadir}/devhelp"
+
+BBCLASSEXTEND = "native"