summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/attr/attr.inc
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>2020-12-18 22:52:25 +0000
commit98045767ea3ae31539ade2e29f278714ff8ea87b (patch)
tree842f71c844683b10632ad4af3b97ec648d061da8 /meta/recipes-support/attr/attr.inc
parent72329ca9397b620670ff0cb2d48313f18d757884 (diff)
downloadpoky-98045767ea3ae31539ade2e29f278714ff8ea87b.tar.gz
meta: add missing descriptions in some support recipes
(From OE-Core rev: d2654384db4999c78bc3d98215a4eecdab63541b) 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-support/attr/attr.inc')
-rw-r--r--meta/recipes-support/attr/attr.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-support/attr/attr.inc b/meta/recipes-support/attr/attr.inc
index 0c3330a686..97bca46982 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