summaryrefslogtreecommitdiffstats
path: root/recipes/upnp/gupnp-av_0.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/upnp/gupnp-av_0.2.bb')
-rw-r--r--recipes/upnp/gupnp-av_0.2.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/upnp/gupnp-av_0.2.bb b/recipes/upnp/gupnp-av_0.2.bb
new file mode 100644
index 0000000000..0dcf5e5808
--- /dev/null
+++ b/recipes/upnp/gupnp-av_0.2.bb
@@ -0,0 +1,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.*"