summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-09-02 17:24:34 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-03 09:03:34 +0100
commitd209ae88870a4aa7d13e4ff9d75e019ff52cbeef (patch)
tree64aa268518427b897c13398435b605c3c5ca7453 /meta/recipes-sato
parent4e794f99fc2919c678af8c2a1059d26f1b3fdd7b (diff)
downloadpoky-d209ae88870a4aa7d13e4ff9d75e019ff52cbeef.tar.gz
libwpe: set precise BSD license
"BSD" is ambiguous, use the precise license BSD-2-Clause. (From OE-Core rev: 521664fea3f21c1fe08ab19227519cbb224f353c) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/webkit/libwpe_1.10.1.bb2
1 files changed, 1 insertions, 1 deletions
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
2HOMEPAGE = "https://github.com/WebPlatformForEmbedded/libwpe" 2HOMEPAGE = "https://github.com/WebPlatformForEmbedded/libwpe"
3BUGTRACKER = "https://github.com/WebPlatformForEmbedded/libwpe/issues" 3BUGTRACKER = "https://github.com/WebPlatformForEmbedded/libwpe/issues"
4 4
5LICENSE = "BSD" 5LICENSE = "BSD-2-Clause"
6LIC_FILES_CHKSUM = "file://COPYING;md5=371a616eb4903c6cb79e9893a5f615cc" 6LIC_FILES_CHKSUM = "file://COPYING;md5=371a616eb4903c6cb79e9893a5f615cc"
7DEPENDS = "virtual/egl libxkbcommon" 7DEPENDS = "virtual/egl libxkbcommon"
8 8