summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/unfs3
diff options
context:
space:
mode:
authorBastian Germann <bage@debian.org>2025-01-31 20:25:22 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-05 12:49:55 +0000
commit1f96cd3d17640f97f52d269838b40bdf5d71161c (patch)
tree2ebefcb9827378bba7f82721c0d4299023bc16ea /meta/recipes-devtools/unfs3
parent0b764138912b99ca979229a58d5af3bd0db44264 (diff)
downloadpoky-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.bb2
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 \
4are used by NFS clients for accessing files on the server." 4are used by NFS clients for accessing files on the server."
5HOMEPAGE = "https://github.com/unfs3/unfs3" 5HOMEPAGE = "https://github.com/unfs3/unfs3"
6SECTION = "console/network" 6SECTION = "console/network"
7LICENSE = "unfs3" 7LICENSE = "BSD-3-Clause"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=9475885294e17c0cc0067820d042792e" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=9475885294e17c0cc0067820d042792e"
9 9
10DEPENDS = "flex-native bison-native flex" 10DEPENDS = "flex-native bison-native flex"