From: Ross Burton Date: Thu, 2 Sep 2021 16:24:34 +0000 (+0100) Subject: libwpe: set precise BSD license X-Git-Tag: yocto-3.4~216 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=521664fea3f21c1fe08ab19227519cbb224f353c;p=openembedded-core.git libwpe: set precise BSD license "BSD" is ambiguous, use the precise license BSD-2-Clause. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-sato/webkit/libwpe_1.10.1.bb b/meta/recipes-sato/webkit/libwpe_1.10.1.bb index 6f2fe1df42..4e77481bc8 100644 --- a/meta/recipes-sato/webkit/libwpe_1.10.1.bb +++ b/meta/recipes-sato/webkit/libwpe_1.10.1.bb @@ -2,7 +2,7 @@ SUMMARY = "General-purpose library specifically developed for the WPE-flavored p HOMEPAGE = "https://github.com/WebPlatformForEmbedded/libwpe" BUGTRACKER = "https://github.com/WebPlatformForEmbedded/libwpe/issues" -LICENSE = "BSD" +LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://COPYING;md5=371a616eb4903c6cb79e9893a5f615cc" DEPENDS = "virtual/egl libxkbcommon"