From: Ross Burton Date: Thu, 2 Sep 2021 16:24:34 +0000 (+0100) Subject: libwpe: set precise BSD license X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~6842 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=521664fea3f21c1fe08ab19227519cbb224f353c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 6f2fe1df423..4e77481bc8f 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"