aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsigc++-2.0
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2011-01-14 22:11:39 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2011-01-14 22:32:45 +0100
commit0e50dd7fb9ee092bc04e581e6d5fc0fc6c6099ef (patch)
tree1b403917f9ad9a574d31f23ef7331be195efd32a /recipes/libsigc++-2.0
parent1be4ec8b0ea5565ed02b6a4213e3b1cae390e830 (diff)
downloadopenembedded-0e50dd7fb9ee092bc04e581e6d5fc0fc6c6099ef.tar.gz
libsigc++-2.0: add new version 2.2.8; this one features BBCLASSEXTENDS
Diffstat (limited to 'recipes/libsigc++-2.0')
-rw-r--r--recipes/libsigc++-2.0/libsigc++-2.0_2.2.8.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/libsigc++-2.0/libsigc++-2.0_2.2.8.bb b/recipes/libsigc++-2.0/libsigc++-2.0_2.2.8.bb
new file mode 100644
index 0000000000..f72140ca64
--- /dev/null
+++ b/recipes/libsigc++-2.0/libsigc++-2.0_2.2.8.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "A library for loose coupling of C++ method calls"
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "GPL LGPL"
+DEPENDS = "mm-common"
+
+SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/libsigc++-${PV}.tar.gz;name=archive"
+S = "${WORKDIR}/libsigc++-${PV}"
+
+inherit autotools
+
+EXTRA_AUTORECONF = "--exclude=autoheader"
+
+FILES_${PN}-dev += "${libdir}/sigc++-*/"
+FILES_${PN}-doc += "${datadir}/devhelp"
+
+BBCLASSEXTEND = "native"