summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/attr
diff options
context:
space:
mode:
authorMaxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>2020-12-15 23:32:01 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-09 09:17:16 +0000
commit20856e0e5bd92b6001c045ae28c4e184d6ae7f04 (patch)
tree761fa916e18df5d85222511d2046377421964202 /meta/recipes-support/attr
parent7c893b2001c454aeddd8b5c86873cdaa7bbbdec3 (diff)
downloadpoky-20856e0e5bd92b6001c045ae28c4e184d6ae7f04.tar.gz
meta: add missing descriptions in some support recipes
(From OE-Core rev: a6694d72a6b2ac6c33183aa418673e882b0d07a0) Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit d2654384db4999c78bc3d98215a4eecdab63541b) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/attr')
-rw-r--r--meta/recipes-support/attr/acl_2.2.53.bb2
-rw-r--r--meta/recipes-support/attr/attr.inc4
2 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-support/attr/acl_2.2.53.bb b/meta/recipes-support/attr/acl_2.2.53.bb
index 5bb50f77f7..b120c1f16f 100644
--- a/meta/recipes-support/attr/acl_2.2.53.bb
+++ b/meta/recipes-support/attr/acl_2.2.53.bb
@@ -1,5 +1,7 @@
1SUMMARY = "Utilities for managing POSIX Access Control Lists" 1SUMMARY = "Utilities for managing POSIX Access Control Lists"
2HOMEPAGE = "http://savannah.nongnu.org/projects/acl/" 2HOMEPAGE = "http://savannah.nongnu.org/projects/acl/"
3DESCRIPTION = "ACL allows you to provide different levels of access to files \
4and folders for different users."
3SECTION = "libs" 5SECTION = "libs"
4 6
5LICENSE = "LGPLv2.1+ & GPLv2+" 7LICENSE = "LGPLv2.1+ & GPLv2+"
diff --git a/meta/recipes-support/attr/attr.inc b/meta/recipes-support/attr/attr.inc
index f13a83a7b4..8515f96bf7 100644
--- a/meta/recipes-support/attr/attr.inc
+++ b/meta/recipes-support/attr/attr.inc
@@ -1,4 +1,8 @@
1SUMMARY = "Utilities for manipulating filesystem extended attributes" 1SUMMARY = "Utilities for manipulating filesystem extended attributes"
2DESCRIPTION = "A set of tools for manipulating extended attributes on filesystem \
3objects, in particular getfattr(1) and setfattr(1). An attr(1) command \
4is also provided which is largely compatible with the SGI IRIX tool of \
5the same name."
2HOMEPAGE = "http://savannah.nongnu.org/projects/attr/" 6HOMEPAGE = "http://savannah.nongnu.org/projects/attr/"
3SECTION = "libs" 7SECTION = "libs"
4 8