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