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-tools_0.7.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-tools_0.7.bb')
-rw-r--r-- | meta/packages/gupnp/gupnp-tools_0.7.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/packages/gupnp/gupnp-tools_0.7.bb b/meta/packages/gupnp/gupnp-tools_0.7.bb new file mode 100644 index 0000000000..be4f3510b6 --- /dev/null +++ b/meta/packages/gupnp/gupnp-tools_0.7.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | LICENSE = "GPL" | ||
2 | DEPENDS = "gupnp gtk+ libglade gnome-icon-theme" | ||
3 | |||
4 | SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz" | ||
5 | |||
6 | inherit autotools pkgconfig | ||