summaryrefslogtreecommitdiffstats
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
parent0acce24b3c9caf80bad270dd1a4994f1486c266d (diff)
downloadpoky-ef0b90b903c0e8b92aea7972e790902beaa7cc3e.tar.gz
gupnp: Update to latest releases, add gupnp-av, stage the binding tool into native staging (its a script so thats allowed)
-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 09e12e2c63..09e12e2c63 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 0000000000..5f52525b42
--- /dev/null
+++ b/meta/packages/gupnp/gupnp-av_0.3.bb
@@ -0,0 +1,6 @@
1LICENSE = "LGPL"
2DEPENDS = "gupnp"
3
4SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz"
5
6inherit 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 be4f3510b6..be4f3510b6 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 2b615f0602..4fd75d8932 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"
2DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2" 2DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2"
3 3
4SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz" 4SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz"
5PR = "r1"
5 6
6inherit autotools_stage pkgconfig 7inherit autotools_stage pkgconfig
7 8
8FILES_${PN} = "${libdir}/*.so.*" 9FILES_${PN} = "${libdir}/*.so.*"
9FILES_${PN}-dev += "${bindir}/gupnp-binding-tool" 10FILES_${PN}-dev += "${bindir}/gupnp-binding-tool"
11
12do_stage_append () {
13 install ${S}/tools/gupnp-binding-tool ${STAGING_BINDIR_NATIVE}
14} \ No newline at end of file