summaryrefslogtreecommitdiffstats
path: root/meta/packages/gupnp
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-01-15 12:54:27 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-01-15 12:54:27 +0000
commitef0b90b903c0e8b92aea7972e790902beaa7cc3e (patch)
treeb45a756051ecdfa6b09efa919408e1013b28da5d /meta/packages/gupnp
parent0acce24b3c9caf80bad270dd1a4994f1486c266d (diff)
downloadast2050-yocto-poky-ef0b90b903c0e8b92aea7972e790902beaa7cc3e.zip
ast2050-yocto-poky-ef0b90b903c0e8b92aea7972e790902beaa7cc3e.tar.gz
gupnp: Update to latest releases, add gupnp-av, stage the binding tool into native staging (its a script so thats allowed)
Diffstat (limited to 'meta/packages/gupnp')
-rw-r--r--meta/packages/gupnp/gssdp_0.6.3.bb (renamed from meta/packages/gupnp/gssdp_0.6.2.bb)0
-rw-r--r--meta/packages/gupnp/gupnp-av_0.3.bb6
-rw-r--r--meta/packages/gupnp/gupnp-tools_0.7.bb (renamed from meta/packages/gupnp/gupnp-tools_0.6.1.bb)0
-rw-r--r--meta/packages/gupnp/gupnp_0.12.5.bb (renamed from meta/packages/gupnp/gupnp_0.12.2.bb)5
4 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/gupnp/gssdp_0.6.2.bb b/meta/packages/gupnp/gssdp_0.6.3.bb
index 09e12e2..09e12e2 100644
--- a/meta/packages/gupnp/gssdp_0.6.2.bb
+++ b/meta/packages/gupnp/gssdp_0.6.3.bb
diff --git a/meta/packages/gupnp/gupnp-av_0.3.bb b/meta/packages/gupnp/gupnp-av_0.3.bb
new file mode 100644
index 0000000..5f52525
--- /dev/null
+++ b/meta/packages/gupnp/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/meta/packages/gupnp/gupnp-tools_0.6.1.bb b/meta/packages/gupnp/gupnp-tools_0.7.bb
index be4f351..be4f351 100644
--- a/meta/packages/gupnp/gupnp-tools_0.6.1.bb
+++ b/meta/packages/gupnp/gupnp-tools_0.7.bb
diff --git a/meta/packages/gupnp/gupnp_0.12.2.bb b/meta/packages/gupnp/gupnp_0.12.5.bb
index 2b615f0..4fd75d8 100644
--- a/meta/packages/gupnp/gupnp_0.12.2.bb
+++ b/meta/packages/gupnp/gupnp_0.12.5.bb
@@ -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
OpenPOWER on IntegriCloud