[oe-commits] Koen Kooi : gupnp*: sync with poky

git version control git at git.openembedded.org
Mon Jun 1 13:42:17 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b0947eb308c7bf35804ca57e3f74018a7f8c805c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b0947eb308c7bf35804ca57e3f74018a7f8c805c

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun May 31 16:29:47 2009 +0200

gupnp*: sync with poky

---

 recipes/upnp/gssdp_0.6.3.bb  |    6 +-----
 recipes/upnp/gupnp-av_0.3.bb |    6 ++++++
 recipes/upnp/gupnp_0.12.5.bb |   14 ++++++++++++++
 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 034d2f5..09e12e2 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 0000000..5f52525
--- /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 0000000..4fd75d8
--- /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





More information about the Openembedded-commits mailing list