summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/attr/attr.inc
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-06-14 11:28:35 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-15 21:25:42 +0100
commitee6305bdd0971d493148eb0e38e44aef63eeaba8 (patch)
tree68b2f658491606abf2ae2e17ffbc2b6a728f86c6 /meta/recipes-support/attr/attr.inc
parentb6f1d618ed192894efc2efae7569ba8bb04927c8 (diff)
downloadpoky-ee6305bdd0971d493148eb0e38e44aef63eeaba8.tar.gz
attr: package /etc/xattr.conf with the library that consumes it
This matters for example with latest coreutils where cp wouldn't copy extended attributes by default if the config file specifying that policy is not there, and so ptest fails. (From OE-Core rev: 90818d87eaa7f2bf6cec6200c727c1bd10b4fdd8) Signed-off-by: Alexander Kanavin <alex@linutronix.de> 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.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/attr/attr.inc b/meta/recipes-support/attr/attr.inc
index 8ba865a74a..e8835398af 100644
--- a/meta/recipes-support/attr/attr.inc
+++ b/meta/recipes-support/attr/attr.inc
@@ -22,7 +22,7 @@ inherit ptest update-alternatives autotools gettext
22 22
23PACKAGES =+ "lib${BPN}" 23PACKAGES =+ "lib${BPN}"
24 24
25FILES:lib${BPN} = "${libdir}/lib*${SOLIBS}" 25FILES:lib${BPN} = "${libdir}/lib*${SOLIBS} ${sysconfdir}"
26 26
27ALTERNATIVE_PRIORITY = "100" 27ALTERNATIVE_PRIORITY = "100"
28ALTERNATIVE:${PN} = "setfattr" 28ALTERNATIVE:${PN} = "setfattr"