diff options
Diffstat (limited to 'meta/recipes-devtools/mtd')
-rw-r--r-- | meta/recipes-devtools/mtd/mtd-utils_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb b/meta/recipes-devtools/mtd/mtd-utils_git.bb index d09ac841ec..30cf13c0dd 100644 --- a/meta/recipes-devtools/mtd/mtd-utils_git.bb +++ b/meta/recipes-devtools/mtd/mtd-utils_git.bb | |||
@@ -26,7 +26,7 @@ S = "${WORKDIR}/git/" | |||
26 | # xattr support creates an additional compile-time dependency on acl because | 26 | # xattr support creates an additional compile-time dependency on acl because |
27 | # the sys/acl.h header is needed. libacl is not needed and thus enabling xattr | 27 | # the sys/acl.h header is needed. libacl is not needed and thus enabling xattr |
28 | # regardless whether acl is enabled or disabled in the distro should be okay. | 28 | # regardless whether acl is enabled or disabled in the distro should be okay. |
29 | PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'xattr', 'xattr', '', d)}" | 29 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'xattr', d)}" |
30 | PACKAGECONFIG[xattr] = ",,acl," | 30 | PACKAGECONFIG[xattr] = ",,acl," |
31 | 31 | ||
32 | EXTRA_OEMAKE = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'CFLAGS=${CFLAGS} ${@bb.utils.contains('PACKAGECONFIG', 'xattr', '', '-DWITHOUT_XATTR', d)} -I${S}/include' 'BUILDDIR=${S}'" | 32 | EXTRA_OEMAKE = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'CFLAGS=${CFLAGS} ${@bb.utils.contains('PACKAGECONFIG', 'xattr', '', '-DWITHOUT_XATTR', d)} -I${S}/include' 'BUILDDIR=${S}'" |