summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-09-14 08:58:06 -0700
committerArmin Kuster <akuster808@gmail.com>2021-09-15 06:48:26 -0700
commit30e318470430bf7fcc3551cf4e10728712a61f00 (patch)
treed083a9073b3af4b74deaa1509d171e9d67a5905c
parent5fb3730c37d4a1c0b40d9bb2b2e16e892838b7f3 (diff)
downloadmeta-security-30e318470430bf7fcc3551cf4e10728712a61f00.tar.gz
opendnssec: set precise BSD license
"BSD" is ambiguous, use the precise licenses BSD-2-Clause Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-security/opendnssec/opendnssec_2.1.9.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/opendnssec/opendnssec_2.1.9.bb b/recipes-security/opendnssec/opendnssec_2.1.9.bb
index 8e36812..6c1bd46 100644
--- a/recipes-security/opendnssec/opendnssec_2.1.9.bb
+++ b/recipes-security/opendnssec/opendnssec_2.1.9.bb
@@ -1,6 +1,6 @@
1SUMMARY = "OpenDNSSEC is a policy-based zone signer that automates the process of keeping track of DNSSEC keys and the signing of zones" 1SUMMARY = "OpenDNSSEC is a policy-based zone signer that automates the process of keeping track of DNSSEC keys and the signing of zones"
2 2
3LICENSE = "BSD" 3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=b041dbe2da80d4efd951393fbba90937" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=b041dbe2da80d4efd951393fbba90937"
5 5
6DEPENDS = "libxml2 openssl ldns libmicrohttpd jansson libyaml " 6DEPENDS = "libxml2 openssl ldns libmicrohttpd jansson libyaml "