aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/upnp
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-05-31 16:29:47 +0200
committerKoen Kooi <koen@openembedded.org>2009-05-31 16:29:47 +0200
commitb0947eb308c7bf35804ca57e3f74018a7f8c805c (patch)
treefff0d4b4eb696874fc22d7cbb904a590c9667373 /recipes/upnp
parent0ec338fb847f38ada621fe7fa9ccfe8a0a4786de (diff)
downloadopenembedded-b0947eb308c7bf35804ca57e3f74018a7f8c805c.tar.gz
gupnp*: sync with poky
Diffstat (limited to 'recipes/upnp')
-rw-r--r--recipes/upnp/gssdp_0.6.3.bb6
-rw-r--r--recipes/upnp/gupnp-av_0.3.bb6
-rw-r--r--recipes/upnp/gupnp_0.12.5.bb14
3 files changed, 21 insertions, 5 deletions
diff --git a/recipes/upnp/gssdp_0.6.3.bb b/recipes/upnp/gssdp_0.6.3.bb
index 034d2f5fe3..09e12e2c63 100644
--- a/recipes/upnp/gssdp_0.6.3.bb
+++ b/recipes/upnp/gssdp_0.6.3.bb
@@ -3,12 +3,8 @@ DEPENDS = "glib-2.0 libsoup-2.4 libglade"
SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz"
-inherit autotools pkgconfig
+inherit autotools_stage pkgconfig
PACKAGES =+ "gssdp-tools"
FILES_gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade"
-
-do_stage() {
- autotools_stage_all
-}
diff --git a/recipes/upnp/gupnp-av_0.3.bb b/recipes/upnp/gupnp-av_0.3.bb
new file mode 100644
index 0000000000..5f52525b42
--- /dev/null
+++ b/recipes/upnp/gupnp-av_0.3.bb
@@ -0,0 +1,6 @@
+LICENSE = "LGPL"
+DEPENDS = "gupnp"
+
+SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz"
+
+inherit autotools_stage pkgconfig
diff --git a/recipes/upnp/gupnp_0.12.5.bb b/recipes/upnp/gupnp_0.12.5.bb
new file mode 100644
index 0000000000..4fd75d8932
--- /dev/null
+++ b/recipes/upnp/gupnp_0.12.5.bb
@@ -0,0 +1,14 @@
+LICENSE = "LGPL"
+DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2"
+
+SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz"
+PR = "r1"
+
+inherit autotools_stage pkgconfig
+
+FILES_${PN} = "${libdir}/*.so.*"
+FILES_${PN}-dev += "${bindir}/gupnp-binding-tool"
+
+do_stage_append () {
+ install ${S}/tools/gupnp-binding-tool ${STAGING_BINDIR_NATIVE}
+} \ No newline at end of file