diff options
author | Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> | 2019-10-02 16:52:27 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-08 11:22:24 +0100 |
commit | 02afd606b53501bead3b387a66bf050f10d94683 (patch) | |
tree | 08ea035113ba91ddd0ac92b5127a0b6de0914bb1 /meta/recipes-devtools/unfs3 | |
parent | e34c0920fae725f0e53348db91426d7ec7a1b996 (diff) | |
download | poky-02afd606b53501bead3b387a66bf050f10d94683.tar.gz |
meta: add missing some description in devtools
(From OE-Core rev: 57075f3dede7ad25163deaf6686221dbe1b5ad02)
Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/unfs3/unfs3_git.bb b/meta/recipes-devtools/unfs3/unfs3_git.bb index a4ac46c68e..79d09788d3 100644 --- a/meta/recipes-devtools/unfs3/unfs3_git.bb +++ b/meta/recipes-devtools/unfs3/unfs3_git.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | SUMMARY = "Userspace NFS server v3 protocol" | 1 | SUMMARY = "Userspace NFS server v3 protocol" |
2 | DESCRIPTION = "UNFS3 is a user-space implementation of the NFSv3 server \ | ||
3 | specification. It provides a daemon for the MOUNT and NFS protocols, which \ | ||
4 | are used by NFS clients for accessing files on the server." | ||
2 | SECTION = "console/network" | 5 | SECTION = "console/network" |
3 | LICENSE = "unfs3" | 6 | LICENSE = "unfs3" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9475885294e17c0cc0067820d042792e" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9475885294e17c0cc0067820d042792e" |