diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-11-25 13:49:27 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:52 -0800 |
commit | 91eec68c74858c3d9428ea9f46d6b52d4bf0504f (patch) | |
tree | 346099ebc75984223b3c975d9bc0ffbc1e6a85c1 | |
parent | a2042b573ed5841d8ac279d0d92e203964529acf (diff) | |
download | poky-91eec68c74858c3d9428ea9f46d6b52d4bf0504f.tar.gz |
gupnp-tools: Upgrade to version 0.8
Fix recipe metadata.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
-rw-r--r-- | meta/recipes-connectivity/gupnp/gupnp-tools_0.8.1.bb | 14 | ||||
-rw-r--r-- | meta/recipes-connectivity/gupnp/gupnp-tools_0.8.bb | 7 |
2 files changed, 14 insertions, 7 deletions
diff --git a/meta/recipes-connectivity/gupnp/gupnp-tools_0.8.1.bb b/meta/recipes-connectivity/gupnp/gupnp-tools_0.8.1.bb new file mode 100644 index 0000000000..98b2dc0176 --- /dev/null +++ b/meta/recipes-connectivity/gupnp/gupnp-tools_0.8.1.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | DESCRIPTION = "Tools for GUPnP" | ||
2 | LICENSE = "GPLv2+" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | ||
4 | file://src/network-light/main.c;beginline=1;endline=21;md5=033bf37c030780c5a72165846b3003f6" | ||
5 | DEPENDS = "gupnp gtk+ libglade gnome-icon-theme" | ||
6 | |||
7 | SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz" | ||
8 | |||
9 | PR = "r0" | ||
10 | |||
11 | inherit autotools pkgconfig | ||
12 | |||
13 | SRC_URI[md5sum] = "d8a44a8c19b1cc10b8e5508448d8493f" | ||
14 | SRC_URI[sha256sum] = "3b46a76fcbb0188b8d2c406e514edc7662d65f48774c81e5a19f93d7706db302" | ||
diff --git a/meta/recipes-connectivity/gupnp/gupnp-tools_0.8.bb b/meta/recipes-connectivity/gupnp/gupnp-tools_0.8.bb deleted file mode 100644 index 76a8b2bf43..0000000000 --- a/meta/recipes-connectivity/gupnp/gupnp-tools_0.8.bb +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | DESCRIPTION = "Tools for GUPnP" | ||
2 | LICENSE = "GPL" | ||
3 | DEPENDS = "gupnp gtk+ libglade gnome-icon-theme" | ||
4 | |||
5 | SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz" | ||
6 | |||
7 | inherit autotools pkgconfig | ||