diff options
author | Andreas Kaufmann <andreas.kaufmann.79@gmail.com> | 2018-03-22 17:06:08 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-28 11:56:05 +0100 |
commit | a7381eb16ba2183ed990a009bb8e82b4702f3d98 (patch) | |
tree | 6ad87000ae05206727aa29ab4def8e5010944775 /meta-skeleton | |
parent | 5f8050722169a931b8e9078b8757216ba7a84506 (diff) | |
download | openembedded-core-a7381eb16ba2183ed990a009bb8e82b4702f3d98.tar.gz openembedded-core-a7381eb16ba2183ed990a009bb8e82b4702f3d98.tar.bz2 openembedded-core-a7381eb16ba2183ed990a009bb8e82b4702f3d98.zip |
pseudo: explicitly enable xattr support
Pseudo is using a custom configure script that detects if it shall build with
extended file attribute support or not. The check is done by simply calling
'getfattr' provided by attr-native which is not part of the dependency list.
Due to the recent changes (recipe specific sysroot & cleanup of $PATH) this
call fails now when the recipe is being build for the first time (at least
when being build for nativesdk case). Explicitly setting up a dependency to
attr-native just to satisfy configure would be wrong also since the real
dependency is to attr/nativesdk-attr which are already part of the dependency
list (see DEPENDS). Therefore bypass the test in the configure by explicitly
enabling xattr using a configure option available in any case.
Signed-off-by: Andreas Kaufmann <andreas.kaufmann.79@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta-skeleton')
0 files changed, 0 insertions, 0 deletions