summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/coreutils/coreutils_8.32.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/coreutils/coreutils_8.32.bb')
-rw-r--r--meta/recipes-core/coreutils/coreutils_8.32.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_8.32.bb b/meta/recipes-core/coreutils/coreutils_8.32.bb
index 9d1eceef54..320f93bdc2 100644
--- a/meta/recipes-core/coreutils/coreutils_8.32.bb
+++ b/meta/recipes-core/coreutils/coreutils_8.32.bb
@@ -39,6 +39,9 @@ PACKAGECONFIG_class-target ??= "\
39# The lib/oe/path.py requires xattr 39# The lib/oe/path.py requires xattr
40PACKAGECONFIG_class-native ??= "xattr" 40PACKAGECONFIG_class-native ??= "xattr"
41 41
42# oe-core builds need xattr support
43PACKAGECONFIG_class-nativesdk ??= "xattr"
44
42# with, without, depends, rdepends 45# with, without, depends, rdepends
43# 46#
44PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," 47PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl,"
@@ -199,3 +202,6 @@ do_install_ptest () {
199} 202}
200 203
201FILES_${PN}-ptest += "${bindir}/getlimits" 204FILES_${PN}-ptest += "${bindir}/getlimits"
205
206# These are specific to Opensuse
207CVE_WHITELIST += "CVE-2013-0221 CVE-2013-0222 CVE-2013-0223"