diff options
-rw-r--r-- | recipes/upnp/gupnp-av_0.5.9.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/upnp/gupnp-av_0.5.9.bb b/recipes/upnp/gupnp-av_0.5.9.bb new file mode 100644 index 0000000000..14763aed1c --- /dev/null +++ b/recipes/upnp/gupnp-av_0.5.9.bb @@ -0,0 +1,9 @@ +LICENSE = "LGPL" +DEPENDS = "gupnp" + +SRC_URI = "http://gupnp.org/sites/all/files/sources/gupnp-av-${PV}.tar.gz \ +" +SRC_URI[md5sum] = "5940df3c1152894685c3fc38ee95fd78" +SRC_URI[sha256sum] = "a909129997f79dcb6d35221ce205854d64c47a7390843e420cfba753485087bd" + +inherit autotools pkgconfig |