diff options
-rw-r--r-- | meta/recipes-connectivity/zeroconf/zeroconf_0.9.bb | 4 |
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, \ | |||
9 | both hosts (are supposed to) renumber." | 9 | both hosts (are supposed to) renumber." |
10 | AUTHOR = "Anand Kumria <wildfire@progsoc.uts.edu.au>" | 10 | AUTHOR = "Anand Kumria <wildfire@progsoc.uts.edu.au>" |
11 | HOMEPAGE = "http://www.progsoc.org/~wildfire/zeroconf/" | 11 | HOMEPAGE = "http://www.progsoc.org/~wildfire/zeroconf/" |
12 | LICENSE = "GPL" | 12 | LICENSE = "GPLv2+" |
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4 \ | ||
14 | file://zeroconf.c;beginline=1;endline=13;md5=a5bada96e1e34b08eb7446b28e2630b2" | ||
13 | SECTION = "net" | 15 | SECTION = "net" |
14 | PRIORITY = "optional" | 16 | PRIORITY = "optional" |
15 | 17 | ||