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/gssdp_0.6.2.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/gssdp_0.6.2.bb')
-rw-r--r-- | meta/packages/gupnp/gssdp_0.6.2.bb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/meta/packages/gupnp/gssdp_0.6.2.bb b/meta/packages/gupnp/gssdp_0.6.2.bb deleted file mode 100644 index 09e12e2c63..0000000000 --- a/meta/packages/gupnp/gssdp_0.6.2.bb +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | LICENSE = "LGPL" | ||
2 | DEPENDS = "glib-2.0 libsoup-2.4 libglade" | ||
3 | |||
4 | SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz" | ||
5 | |||
6 | inherit autotools_stage pkgconfig | ||
7 | |||
8 | PACKAGES =+ "gssdp-tools" | ||
9 | |||
10 | FILES_gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade" | ||