]> code.ossystems Code Review - openembedded-core.git/commitdiff
gupnp: add gssdp, gupnp, gupnp-tools
authorRoss Burton <ross@openedhand.com>
Wed, 8 Oct 2008 15:24:26 +0000 (15:24 +0000)
committerRoss Burton <ross@openedhand.com>
Wed, 8 Oct 2008 15:24:26 +0000 (15:24 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5461 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/gupnp/gssdp_0.6.2.bb [new file with mode: 0644]
meta/packages/gupnp/gupnp-tools_0.6.1.bb [new file with mode: 0644]
meta/packages/gupnp/gupnp_0.12.2.bb [new file with mode: 0644]

diff --git a/meta/packages/gupnp/gssdp_0.6.2.bb b/meta/packages/gupnp/gssdp_0.6.2.bb
new file mode 100644 (file)
index 0000000..034d2f5
--- /dev/null
@@ -0,0 +1,14 @@
+LICENSE = "LGPL"
+DEPENDS = "glib-2.0 libsoup-2.4 libglade"
+
+SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+PACKAGES =+ "gssdp-tools"
+
+FILES_gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade"
+
+do_stage() {
+       autotools_stage_all
+}
diff --git a/meta/packages/gupnp/gupnp-tools_0.6.1.bb b/meta/packages/gupnp/gupnp-tools_0.6.1.bb
new file mode 100644 (file)
index 0000000..be4f351
--- /dev/null
@@ -0,0 +1,6 @@
+LICENSE = "GPL"
+DEPENDS = "gupnp gtk+ libglade gnome-icon-theme"
+
+SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz"
+
+inherit autotools pkgconfig
diff --git a/meta/packages/gupnp/gupnp_0.12.2.bb b/meta/packages/gupnp/gupnp_0.12.2.bb
new file mode 100644 (file)
index 0000000..e1a0206
--- /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"
+
+inherit autotools pkgconfig
+
+do_stage() {
+       autotools_stage_all
+}
+
+
+FILES_${PN} = "${libdir}/*.so.*"
+FILES_${PN}-dev += "${bindir}/gupnp-binding-tool"