diff options
| author | Bastian Germann <bage@debian.org> | 2025-01-31 20:25:22 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-05 12:49:55 +0000 |
| commit | 1f96cd3d17640f97f52d269838b40bdf5d71161c (patch) | |
| tree | 2ebefcb9827378bba7f82721c0d4299023bc16ea /meta/recipes-devtools/unfs3 | |
| parent | 0b764138912b99ca979229a58d5af3bd0db44264 (diff) | |
| download | poky-1f96cd3d17640f97f52d269838b40bdf5d71161c.tar.gz | |
unfs3: Use SPDX identifier
The unfs3 license matches the SPDX template for BSD-3-Clause.
There is no reason why this should be referenced as unfs3,
which is not a registered SPDX identifier.
License-Update: use SPDX identifier
(From OE-Core rev: e608747d6fba47d2bfc8637adb39ff3593559fca)
Signed-off-by: Bastian Germann <bage@debian.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/unfs3')
| -rw-r--r-- | meta/recipes-devtools/unfs3/unfs3_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/unfs3/unfs3_git.bb b/meta/recipes-devtools/unfs3/unfs3_git.bb index c5b7898b3c..0a274d6ffd 100644 --- a/meta/recipes-devtools/unfs3/unfs3_git.bb +++ b/meta/recipes-devtools/unfs3/unfs3_git.bb | |||
| @@ -4,7 +4,7 @@ specification. It provides a daemon for the MOUNT and NFS protocols, which \ | |||
| 4 | are used by NFS clients for accessing files on the server." | 4 | are used by NFS clients for accessing files on the server." |
| 5 | HOMEPAGE = "https://github.com/unfs3/unfs3" | 5 | HOMEPAGE = "https://github.com/unfs3/unfs3" |
| 6 | SECTION = "console/network" | 6 | SECTION = "console/network" |
| 7 | LICENSE = "unfs3" | 7 | LICENSE = "BSD-3-Clause" |
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9475885294e17c0cc0067820d042792e" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9475885294e17c0cc0067820d042792e" |
| 9 | 9 | ||
| 10 | DEPENDS = "flex-native bison-native flex" | 10 | DEPENDS = "flex-native bison-native flex" |
