summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/libsigc++-2.0
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
commit1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch)
treea21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-oe/recipes-core/libsigc++-2.0
downloadmeta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-core/libsigc++-2.0')
-rw-r--r--meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.2.11.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.2.11.bb b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.2.11.bb
new file mode 100644
index 000000000..b6ce5fc91
--- /dev/null
+++ b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.2.11.bb
@@ -0,0 +1,21 @@
1SUMMARY = "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.xz"
9SRC_URI[md5sum] = "815d0c6d61601f51bbcaeef6826606b0"
10SRC_URI[sha256sum] = "9834045f74f56752c2c6b3cdc195c30ab8314ad22dc8e626d6f67f940f1e4957"
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"