summaryrefslogtreecommitdiffstats
path: root/recipes/upnp/gupnp-av_0.2.bb
blob: d3d3b0f2b1a243a1cf8fd0284d519908344b88fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.*"

SRC_URI[md5sum] = "ab485bf263d0a3d2f771817241c970b9"
SRC_URI[sha256sum] = "782e4e45abcba1b3fe34276580653f4dbfbe8a26eee69a290675dfa7faa309f8"