[oe-commits] Koen Kooi : libsigc++: add 2.2.9

git version control git at git.openembedded.org
Tue Jul 12 15:29:08 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 05906402a80e166a1630d665480bd1960e78c2c7
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=05906402a80e166a1630d665480bd1960e78c2c7

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Tue Jul 12 11:30:34 2011 +0200

libsigc++: add 2.2.9

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../libsigc++-2.0/libsigc++-2.0_2.2.9.bb           |   21 ++++++++++++++++++++
 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 0000000..bcf69b8
--- /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"





More information about the Openembedded-commits mailing list