summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-devtools/rsync/rsync_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/recipes-devtools/rsync/rsync_%.bbappend')
-rw-r--r--meta-phosphor/recipes-devtools/rsync/rsync_%.bbappend6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-devtools/rsync/rsync_%.bbappend b/meta-phosphor/recipes-devtools/rsync/rsync_%.bbappend
new file mode 100644
index 0000000000..eafb15b6dd
--- /dev/null
+++ b/meta-phosphor/recipes-devtools/rsync/rsync_%.bbappend
@@ -0,0 +1,6 @@
+EXTRA_OECONF_append += " --disable-largefile --disable-locale --disable-iconv \
+ --without-included-popt --without-included-zlib"
+
+PACKAGECONFIG = ""
+
+DEPENDS_append = " popt zlib"