[oe-commits] Michael 'Mickey' Lauer : libsigc++-2.0: add new version 2.2.8; this one features BBCLASSEXTENDS

git version control git at git.openembedded.org
Fri Jan 14 21:31:45 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0e50dd7fb9ee092bc04e581e6d5fc0fc6c6099ef
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0e50dd7fb9ee092bc04e581e6d5fc0fc6c6099ef

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Fri Jan 14 22:11:39 2011 +0100

libsigc++-2.0: add new version 2.2.8; this one features BBCLASSEXTENDS

---

 recipes/libsigc++-2.0/libsigc++-2.0_2.2.8.bb |   17 +++++++++++++++++
 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 0000000..f72140c
--- /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"





More information about the Openembedded-commits mailing list