summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 eafb15b6dd..a7061c088d 100644
--- a/meta-phosphor/recipes-devtools/rsync/rsync_%.bbappend
+++ b/meta-phosphor/recipes-devtools/rsync/rsync_%.bbappend
@@ -1,6 +1,7 @@
-EXTRA_OECONF_append += " --disable-largefile --disable-locale --disable-iconv \
- --without-included-popt --without-included-zlib"
+EXTRA_OECONF_append_class-target += " --disable-largefile --disable-locale \
+ --disable-iconv --without-included-popt \
+ --without-included-zlib"
PACKAGECONFIG = ""
-DEPENDS_append = " popt zlib"
+DEPENDS_append_class-target = " popt zlib"