summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-09-14 13:09:01 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-09-16 18:01:55 -0400
commitcafbf244e6f54fd37731ee8a37b942314895ec41 (patch)
treea0a742eb0e9f3db2fec5c930ab0adb9142dbbf06 /recipes-containers
parent0be39c052be3f3cb97e55383b240d145e9e297e7 (diff)
downloadmeta-virtualization-cafbf244e6f54fd37731ee8a37b942314895ec41.tar.gz
go-errors: update license to precise BSD variant
BSD as a license is not precise, updating to the specific variant. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/go-errors/go-errors_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/go-errors/go-errors_git.bb b/recipes-containers/go-errors/go-errors_git.bb
index 7c44c636..56071ad3 100644
--- a/recipes-containers/go-errors/go-errors_git.bb
+++ b/recipes-containers/go-errors/go-errors_git.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Simple error handling primitives" 1DESCRIPTION = "Simple error handling primitives"
2HOMEPAGE = "https://github.com/pkg/errors" 2HOMEPAGE = "https://github.com/pkg/errors"
3SECTION = "devel/go" 3SECTION = "devel/go"
4LICENSE = "BSD" 4LICENSE = "BSD-2-Clause"
5LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=6fe682a02df52c6653f33bd0f7126b5a" 5LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=6fe682a02df52c6653f33bd0f7126b5a"
6 6
7SRCNAME = "errors" 7SRCNAME = "errors"