blob: dfe0b97f3e44cd7c1db092def5e54bb92262ea5b (
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;apply=yes"
inherit autotools_stage pkgconfig
SRC_URI[md5sum] = "15ccfbb17553bf1cb00bf8e1d801005e"
SRC_URI[sha256sum] = "dfd438f40e31047d6f06db30db05d5f876c6294a8509f170482d712f552e9892"
|