]> code.ossystems Code Review - openembedded-core.git/commitdiff
gupnp: Update to latest releases, add gupnp-av, stage the binding tool into native...
authorRichard Purdie <rpurdie@linux.intel.com>
Thu, 15 Jan 2009 12:54:27 +0000 (12:54 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 15 Jan 2009 12:54:27 +0000 (12:54 +0000)
meta/packages/gupnp/gssdp_0.6.3.bb [moved from meta/packages/gupnp/gssdp_0.6.2.bb with 100% similarity]
meta/packages/gupnp/gupnp-av_0.3.bb [new file with mode: 0644]
meta/packages/gupnp/gupnp-tools_0.7.bb [moved from meta/packages/gupnp/gupnp-tools_0.6.1.bb with 100% similarity]
meta/packages/gupnp/gupnp_0.12.5.bb [moved from meta/packages/gupnp/gupnp_0.12.2.bb with 71% similarity]

diff --git a/meta/packages/gupnp/gupnp-av_0.3.bb b/meta/packages/gupnp/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
similarity index 71%
rename from meta/packages/gupnp/gupnp_0.12.2.bb
rename to meta/packages/gupnp/gupnp_0.12.5.bb
index 2b615f0602ef527efd4c4779a63f39d1a7654528..4fd75d8932c1bcb90f9ff23f6c04cb6ed6275601 100644 (file)
@@ -2,8 +2,13 @@ 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