summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-11-29 11:27:50 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-02 05:24:56 -0800
commit21866d75bc50f419cce7bda5fdb8a18436a78a13 (patch)
tree77a0a2b6b5cd296a32ac7d671f88a422823ea28d /meta
parentba500f07cb4b4a5a6bea0f913e28101e75daee34 (diff)
downloadpoky-21866d75bc50f419cce7bda5fdb8a18436a78a13.tar.gz
zeroconf: Fix LICENSE and LIC_FILES_CHKSUM info
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-connectivity/zeroconf/zeroconf_0.9.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/zeroconf/zeroconf_0.9.bb b/meta/recipes-connectivity/zeroconf/zeroconf_0.9.bb
index 32f186f098..8bcd4767c8 100644
--- a/meta/recipes-connectivity/zeroconf/zeroconf_0.9.bb
+++ b/meta/recipes-connectivity/zeroconf/zeroconf_0.9.bb
@@ -9,7 +9,9 @@ Addresses are assigned randomly by each host and, in case of collision, \
9both hosts (are supposed to) renumber." 9both hosts (are supposed to) renumber."
10AUTHOR = "Anand Kumria <wildfire@progsoc.uts.edu.au>" 10AUTHOR = "Anand Kumria <wildfire@progsoc.uts.edu.au>"
11HOMEPAGE = "http://www.progsoc.org/~wildfire/zeroconf/" 11HOMEPAGE = "http://www.progsoc.org/~wildfire/zeroconf/"
12LICENSE = "GPL" 12LICENSE = "GPLv2+"
13LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4 \
14 file://zeroconf.c;beginline=1;endline=13;md5=a5bada96e1e34b08eb7446b28e2630b2"
13SECTION = "net" 15SECTION = "net"
14PRIORITY = "optional" 16PRIORITY = "optional"
15 17