From: Alexander Kanavin Date: Wed, 14 Jun 2023 09:28:35 +0000 (+0200) Subject: attr: package /etc/xattr.conf with the library that consumes it X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~651 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90818d87eaa7f2bf6cec6200c727c1bd10b4fdd8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/attr/attr.inc b/meta/recipes-support/attr/attr.inc index 8ba865a74a0..e8835398afa 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 PACKAGES =+ "lib${BPN}" -FILES:lib${BPN} = "${libdir}/lib*${SOLIBS}" +FILES:lib${BPN} = "${libdir}/lib*${SOLIBS} ${sysconfdir}" ALTERNATIVE_PRIORITY = "100" ALTERNATIVE:${PN} = "setfattr"