From d2654384db4999c78bc3d98215a4eecdab63541b Mon Sep 17 00:00:00 2001 From: Maxime Roussin-Bélanger Date: Tue, 15 Dec 2020 23:32:01 -0500 Subject: meta: add missing descriptions in some support recipes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime Roussin-Bélanger Signed-off-by: Richard Purdie --- meta/recipes-support/attr/acl_2.2.53.bb | 2 ++ meta/recipes-support/attr/attr.inc | 4 ++++ 2 files changed, 6 insertions(+) (limited to 'meta/recipes-support/attr') 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 @@ SUMMARY = "Utilities for managing POSIX Access Control Lists" HOMEPAGE = "http://savannah.nongnu.org/projects/acl/" +DESCRIPTION = "ACL allows you to provide different levels of access to files \ +and folders for different users." SECTION = "libs" LICENSE = "LGPLv2.1+ & GPLv2+" 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 @@ SUMMARY = "Utilities for manipulating filesystem extended attributes" +DESCRIPTION = "A set of tools for manipulating extended attributes on filesystem \ +objects, in particular getfattr(1) and setfattr(1). An attr(1) command \ +is also provided which is largely compatible with the SGI IRIX tool of \ +the same name." HOMEPAGE = "http://savannah.nongnu.org/projects/attr/" SECTION = "libs" -- cgit 1.2.3-korg