aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/upnp/gupnp_0.13.1.bb
blob: 6de14b9b161470c45de2750b2555aa76904b363c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
LICENSE = "LGPL"
DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gtk-doc-native libgee"

SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz \
           file://nodoc.patch;patch=1"

inherit autotools_stage pkgconfig

EXTRA_OECONF = "--disable-gtk-doc"

FILES_${PN} = "${libdir}/*.so.*"
FILES_${PN}-dev += "${bindir}/gupnp-binding-tool"

do_stage_append () {
	install ${S}/tools/gupnp-binding-tool ${STAGING_BINDIR_NATIVE}
}