gupnp*: sync with poky
authorKoen Kooi <koen@openembedded.org>
Sun, 31 May 2009 14:29:47 +0000 (16:29 +0200)
committerKoen Kooi <koen@openembedded.org>
Sun, 31 May 2009 14:29:47 +0000 (16:29 +0200)
recipes/upnp/gssdp_0.6.3.bb
recipes/upnp/gupnp-av_0.3.bb [new file with mode: 0644]
recipes/upnp/gupnp_0.12.5.bb [new file with mode: 0644]

index 034d2f5..09e12e2 100644 (file)
@@ -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 (file)
index 0000000..5f52525
--- /dev/null
@@ -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 (file)
index 0000000..4fd75d8
--- /dev/null
@@ -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