mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 15:32:12 +02:00
libcap: control attr PACKAGECONFIG via xattr DISTRO feature
(From OE-Core rev: 67a588a11998068b3a7dd38d46382d0c2990ea93) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2173c00a5f
commit
c54472c66b
@@ -26,7 +26,8 @@ do_configure() {
|
|||||||
sed -e '/shell gperf/cifeq (,yes)' -i libcap/Makefile
|
sed -e '/shell gperf/cifeq (,yes)' -i libcap/Makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGECONFIG ??= "attr ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}"
|
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam', '', d)} \
|
||||||
|
${@bb.utils.contains('DISTRO_FEATURES', 'xattr', 'attr', '', d)}"
|
||||||
PACKAGECONFIG_class-native ??= ""
|
PACKAGECONFIG_class-native ??= ""
|
||||||
|
|
||||||
PACKAGECONFIG[attr] = "LIBATTR=yes,LIBATTR=no,attr"
|
PACKAGECONFIG[attr] = "LIBATTR=yes,LIBATTR=no,attr"
|
||||||
|
|||||||
Reference in New Issue
Block a user