From: Ross Burton Date: Thu, 2 Sep 2021 16:24:31 +0000 (+0100) Subject: iputils: set precise BSD license X-Git-Tag: yocto-3.4~219 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e3ece26a268e0f7b69221ce1da2f5be613b5826f;p=openembedded-core.git iputils: set precise BSD license "BSD" is ambiguous, use the precise license BSD-3-Clause. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/iputils/iputils_20210722.bb b/meta/recipes-extended/iputils/iputils_20210722.bb index 2e8d9032e4..cafb0f634e 100644 --- a/meta/recipes-extended/iputils/iputils_20210722.bb +++ b/meta/recipes-extended/iputils/iputils_20210722.bb @@ -4,7 +4,7 @@ tracepath, tracepath6, ping, ping6 and arping." HOMEPAGE = "https://github.com/iputils/iputils" SECTION = "console/network" -LICENSE = "BSD & GPLv2+" +LICENSE = "BSD-3-Clause & GPLv2+" LIC_FILES_CHKSUM = "file://LICENSE;md5=55aa8c9fcad0691cef0ecd420361e390"