blob: 61d34840c9dc5b6e9adc9e30495703912dc74690 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
DESCRIPTION = "A library for loose coupling of C++ method calls"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPL LGPL"
SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/libsigc++-${PV}.tar.gz \
"
S = "${WORKDIR}/libsigc++-${PV}"
inherit autotools
EXTRA_AUTORECONF = "--exclude=autoheader"
FILES_${PN}-dev += "${libdir}/sigc++-*/"
AUTOTOOLS_STAGE_PKGCONFIG = "1"
do_stage() {
autotools_stage_all
}
|