summaryrefslogtreecommitdiffstats
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
parent51d3a33c5dfa5b81cc9cbf84f91b455871b5f46b (diff)
downloadmeta-openembedded-05906402a80e166a1630d665480bd1960e78c2c7.tar.gz
libsigc++: add 2.2.9
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-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 000000000..bcf69b85d
--- /dev/null
+++ b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.2.9.bb
@@ -0,0 +1,21 @@
1DESCRIPTION = "A library for loose coupling of C++ method calls"
2SECTION = "libs"
3LICENSE = "LGPLv2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499"
5
6DEPENDS = "mm-common"
7
8SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/libsigc++-${PV}.tar.gz;name=archive"
9SRC_URI[archive.md5sum] = "9d202af538d912fdacc9b89c84a1ef24"
10SRC_URI[archive.sha256sum] = "ef60d60403b6401e2bee97b6e3e1c3a464fdb6410285e0055eb1525b9fcc4473"
11
12S = "${WORKDIR}/libsigc++-${PV}"
13
14inherit autotools
15
16EXTRA_AUTORECONF = "--exclude=autoheader"
17
18FILES_${PN}-dev += "${libdir}/sigc++-*/"
19FILES_${PN}-doc += "${datadir}/devhelp"
20
21BBCLASSEXTEND = "native"