diff options
author | Roy Li <rongqing.li@windriver.com> | 2014-09-15 17:01:36 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-16 22:14:08 +0100 |
commit | ed6b52c2a4eef243dba68500a79e39db3c5abe83 (patch) | |
tree | 15bf0f6c5eca963cbd78465aafde79ffa6f8dc8f | |
parent | a6d390a8aae91b10e879b33cf823ff72e29b5499 (diff) | |
download | poky-ed6b52c2a4eef243dba68500a79e39db3c5abe83.tar.gz |
rsync: Add PACKAGECONFIG for acl/attr
Add PACKAGECONFIG for acl/attr
and setting the default value to enable them
[ RB: fix PACKAGECONFIG assignment ]
(From OE-Core rev: d84262d34920dd827b6d7f76c01ce0787a70f649)
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/rsync/rsync_3.1.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rsync/rsync_3.1.0.bb b/meta/recipes-devtools/rsync/rsync_3.1.0.bb index 72c072dae5..58ede2646a 100644 --- a/meta/recipes-devtools/rsync/rsync_3.1.0.bb +++ b/meta/recipes-devtools/rsync/rsync_3.1.0.bb | |||
@@ -6,7 +6,9 @@ SRC_URI += "file://acinclude.m4" | |||
6 | SRC_URI[md5sum] = "3be148772a33224771a8d4d2a028b132" | 6 | SRC_URI[md5sum] = "3be148772a33224771a8d4d2a028b132" |
7 | SRC_URI[sha256sum] = "81ca23f77fc9b957eb9845a6024f41af0ff0c619b7f38576887c63fa38e2394e" | 7 | SRC_URI[sha256sum] = "81ca23f77fc9b957eb9845a6024f41af0ff0c619b7f38576887c63fa38e2394e" |
8 | 8 | ||
9 | EXTRA_OECONF += "--disable-xattr-support --disable-acl-support" | 9 | PACKAGECONFIG ??= "acl attr" |
10 | PACKAGECONFIG[acl] = "--enable-acl-support,--disable-acl-support,acl," | ||
11 | PACKAGECONFIG[attr] = "--enable-xattr-support,--disable-xattr-support,attr," | ||
10 | 12 | ||
11 | # rsync 3.0 uses configure.sh instead of configure, and | 13 | # rsync 3.0 uses configure.sh instead of configure, and |
12 | # makefile checks the existence of configure.sh | 14 | # makefile checks the existence of configure.sh |