mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
libsigc++: add 2.2.9
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
51d3a33c5d
commit
05906402a8
21
meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.2.9.bb
Normal file
21
meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.2.9.bb
Normal file
|
|
@ -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"
|
||||
Loading…
Reference in New Issue
Block a user