diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-09-14 13:09:01 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-09-16 18:01:55 -0400 |
| commit | cafbf244e6f54fd37731ee8a37b942314895ec41 (patch) | |
| tree | a0a742eb0e9f3db2fec5c930ab0adb9142dbbf06 | |
| parent | 0be39c052be3f3cb97e55383b240d145e9e297e7 (diff) | |
| download | meta-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>
| -rw-r--r-- | recipes-containers/go-errors/go-errors_git.bb | 2 |
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 @@ | |||
| 1 | DESCRIPTION = "Simple error handling primitives" | 1 | DESCRIPTION = "Simple error handling primitives" |
| 2 | HOMEPAGE = "https://github.com/pkg/errors" | 2 | HOMEPAGE = "https://github.com/pkg/errors" |
| 3 | SECTION = "devel/go" | 3 | SECTION = "devel/go" |
| 4 | LICENSE = "BSD" | 4 | LICENSE = "BSD-2-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=6fe682a02df52c6653f33bd0f7126b5a" | 5 | LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=6fe682a02df52c6653f33bd0f7126b5a" |
| 6 | 6 | ||
| 7 | SRCNAME = "errors" | 7 | SRCNAME = "errors" |
