aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/upnp/gupnp-av_0.2.bb
blob: 0dcf5e5808460b2da9799b7453ae3a59185fd848 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LICENSE = "LGPL"
DEPENDS = "gnupnp gstreamer"

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

inherit autotools

AUTOTOOLS_STAGE_PKGCONFIG = "1"
do_stage() {
	autotools_stage_all
}


FILES_${PN} = "${libdir}/*.so.*"