blob: fca4c24ad21d669990d6d7b474d23d28db15f645 (
plain)
1
2
3
4
5
6
7
8
9
10
|
LICENSE = "LGPL"
DEPENDS = "gupnp"
SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz \
file://nodoc.patch;patch=1"
inherit autotools_stage pkgconfig
SRC_URI[md5sum] = "15ccfbb17553bf1cb00bf8e1d801005e"
SRC_URI[sha256sum] = "dfd438f40e31047d6f06db30db05d5f876c6294a8509f170482d712f552e9892"
|