diff options
-rw-r--r-- | meta-oe/recipes-core/uutils-coreutils/uutils-coreutils_0.0.29.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-core/uutils-coreutils/uutils-coreutils_0.0.29.bb b/meta-oe/recipes-core/uutils-coreutils/uutils-coreutils_0.0.29.bb index 19d628f735..d0a7532984 100644 --- a/meta-oe/recipes-core/uutils-coreutils/uutils-coreutils_0.0.29.bb +++ b/meta-oe/recipes-core/uutils-coreutils/uutils-coreutils_0.0.29.bb | |||
@@ -30,9 +30,9 @@ CARGO_BUILD_FLAGS += "${@bb.utils.contains('PACKAGECONFIG', 'selinux', '--featur | |||
30 | 30 | ||
31 | DEPENDS += "${@bb.utils.contains('PACKAGECONFIG', 'selinux', 'clang-native libselinux-native', '', d)}" | 31 | DEPENDS += "${@bb.utils.contains('PACKAGECONFIG', 'selinux', 'clang-native libselinux-native', '', d)}" |
32 | 32 | ||
33 | export LIBCLANG_PATH = "${WORKDIR}/recipe-sysroot-native${libdir}" | 33 | export LIBCLANG_PATH = "${STAGING_LIBDIR_NATIVE}" |
34 | export SELINUX_LIB_DIR = "${WORKDIR}/recipe-sysroot-native${libdir}" | 34 | export SELINUX_LIB_DIR = "${STAGING_LIBDIR_NATIVE}" |
35 | export SELINUX_INCLUDE_DIR = "${WORKDIR}/recipe-sysroot-native${includedir}" | 35 | export SELINUX_INCLUDE_DIR = "${STAGING_INCDIR_NATIVE}" |
36 | 36 | ||
37 | # The code which follows is strongly inspired from the GNU coreutils bitbake recipe: | 37 | # The code which follows is strongly inspired from the GNU coreutils bitbake recipe: |
38 | 38 | ||