summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2022-08-31 14:35:31 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-09-01 16:15:10 +0300
commit2bc3fc6cb979bfef22109122060ad758dd239d06 (patch)
tree6b353e9886eb8f51a66a5938a8fe9192a4b3b498
parent0be39b350fde000ff84e6da5e4387da5eef050e2 (diff)
downloadopenbmc-2bc3fc6cb979bfef22109122060ad758dd239d06.tar.xz
rsync: re-enable largefile support
For some reason we've disabled largefile support in rsync since we added the package. Starting with rsync 3.2.5, disabling largefile support appears to be broken. Enable it to allow compile. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I1d6ac913d43f5f69bf7e2d706683a2fe047da181
-rw-r--r--meta-phosphor/recipes-devtools/rsync/rsync_%.bbappend7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-phosphor/recipes-devtools/rsync/rsync_%.bbappend b/meta-phosphor/recipes-devtools/rsync/rsync_%.bbappend
index e921c809c7..8502a0af13 100644
--- a/meta-phosphor/recipes-devtools/rsync/rsync_%.bbappend
+++ b/meta-phosphor/recipes-devtools/rsync/rsync_%.bbappend
@@ -1,6 +1,7 @@
-EXTRA_OECONF:append:class-target = " --disable-largefile --disable-locale \
- --disable-iconv --without-included-popt \
- --without-included-zlib"
+EXTRA_OECONF:append:class-target = " \
+ --disable-locale --disable-iconv \
+ --without-included-popt --without-included-zlib \
+"
PACKAGECONFIG = ""