summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-devtools/rsync/rsync_%.bbappend
blob: 8502a0af13bce9e2e0b12f1cef156ace58c5be8e (plain)
1
2
3
4
5
6
7
8
EXTRA_OECONF:append:class-target = " \
    --disable-locale --disable-iconv \
    --without-included-popt --without-included-zlib \
"

PACKAGECONFIG = ""

DEPENDS:append:class-target = " popt zlib"