summaryrefslogtreecommitdiffstats
path: root/recipes/upnp/gupnp_0.12.5.bb
blob: 4fd75d8932c1bcb90f9ff23f6c04cb6ed6275601 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LICENSE = "LGPL"
DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2"

SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz"
PR = "r1"

inherit autotools_stage pkgconfig

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

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