diff mbox series

attr: Package attr, getfattr, and setfattr into attr-tools

Message ID 20230523144206.3878741-1-stefanb@linux.ibm.com
State New
Headers show
Series attr: Package attr, getfattr, and setfattr into attr-tools | expand

Commit Message

Stefan Berger May 23, 2023, 2:42 p.m. UTC
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
---
 meta/recipes-support/attr/attr.inc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-support/attr/attr.inc b/meta/recipes-support/attr/attr.inc
index 8ba865a74a..2d2ff0912e 100644
--- a/meta/recipes-support/attr/attr.inc
+++ b/meta/recipes-support/attr/attr.inc
@@ -20,9 +20,10 @@  SRC_URI = "${SAVANNAH_GNU_MIRROR}/attr/${BP}.tar.gz \
 
 inherit ptest update-alternatives autotools gettext
 
-PACKAGES =+ "lib${BPN}"
+PACKAGES =+ "lib${BPN} ${BPN}-tools"
 
 FILES:lib${BPN} = "${libdir}/lib*${SOLIBS}"
+FILES:${BPN}-tools = "${bindir}/*attr*"
 
 ALTERNATIVE_PRIORITY = "100"
 ALTERNATIVE:${PN} = "setfattr"