diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-15 12:54:27 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-15 12:54:27 +0000 |
commit | ef0b90b903c0e8b92aea7972e790902beaa7cc3e (patch) | |
tree | b45a756051ecdfa6b09efa919408e1013b28da5d /meta/packages/gupnp/gupnp_0.12.5.bb | |
parent | 0acce24b3c9caf80bad270dd1a4994f1486c266d (diff) | |
download | 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/gupnp_0.12.5.bb')
-rw-r--r-- | meta/packages/gupnp/gupnp_0.12.5.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/packages/gupnp/gupnp_0.12.5.bb b/meta/packages/gupnp/gupnp_0.12.5.bb new file mode 100644 index 0000000000..4fd75d8932 --- /dev/null +++ b/meta/packages/gupnp/gupnp_0.12.5.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | LICENSE = "LGPL" | ||
2 | DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2" | ||
3 | |||
4 | SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz" | ||
5 | PR = "r1" | ||
6 | |||
7 | inherit autotools_stage pkgconfig | ||
8 | |||
9 | FILES_${PN} = "${libdir}/*.so.*" | ||
10 | FILES_${PN}-dev += "${bindir}/gupnp-binding-tool" | ||
11 | |||
12 | do_stage_append () { | ||
13 | install ${S}/tools/gupnp-binding-tool ${STAGING_BINDIR_NATIVE} | ||
14 | } \ No newline at end of file | ||