diff options
author | Joe Slater <jslater@windriver.com> | 2013-08-16 13:07:27 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-20 15:31:25 +0100 |
commit | 6ef217defd8d10719e6d9a3f49814cf79817f3db (patch) | |
tree | dfa91c02beaf49932f9d674b4300205ad2a950b6 /meta/recipes-core | |
parent | 005673fc2e81aefa42f487e9d547cce8a2385893 (diff) | |
download | poky-6ef217defd8d10719e6d9a3f49814cf79817f3db.tar.gz |
coreutils: add PACKAGECONFIG info for acl support
Updates GPLv2 version of coreutils. They also want
patches for other packages that might use acl.
CQID: 430353
Add configuration data to enable acl support if
it is a distro feature.
(From OE-Core rev: 8030fdc198c1037ae458899eebd14a4fae04c49a)
Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/coreutils/coreutils_6.9.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_6.9.bb b/meta/recipes-core/coreutils/coreutils_6.9.bb index c0778bacb5..2654028bcf 100644 --- a/meta/recipes-core/coreutils/coreutils_6.9.bb +++ b/meta/recipes-core/coreutils/coreutils_6.9.bb | |||
@@ -32,6 +32,17 @@ SRC_URI_class-native = "${SRC_URI_BASE}" | |||
32 | SRC_URI[md5sum] = "c9607d8495f16e98906e7ed2d9751a06" | 32 | SRC_URI[md5sum] = "c9607d8495f16e98906e7ed2d9751a06" |
33 | SRC_URI[sha256sum] = "89c2895ad157de50e53298b22d91db116ee4e1dd3fdf4019260254e2e31497b0" | 33 | SRC_URI[sha256sum] = "89c2895ad157de50e53298b22d91db116ee4e1dd3fdf4019260254e2e31497b0" |
34 | 34 | ||
35 | |||
36 | # acl is not a default feature | ||
37 | # | ||
38 | PACKAGECONFIG_class-target ??= "${@base_contains('DISTRO_FEATURES', 'acl', 'acl', '', d)}" | ||
39 | PACKAGECONFIG_class-native ??= "" | ||
40 | |||
41 | # with, without, depends, rdepends | ||
42 | # | ||
43 | PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," | ||
44 | |||
45 | |||
35 | # [ gets a special treatment and is not included in this | 46 | # [ gets a special treatment and is not included in this |
36 | bindir_progs = "base64 basename cksum comm csplit cut dir dircolors dirname du \ | 47 | bindir_progs = "base64 basename cksum comm csplit cut dir dircolors dirname du \ |
37 | env expand expr factor fmt fold groups head hostid id install \ | 48 | env expand expr factor fmt fold groups head hostid id install \ |