summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-devtools
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2017-03-30 11:40:02 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-04-07 17:34:00 +0000
commit08d3acf7f04a9b51adc58f636170a8fbbf6a3383 (patch)
treedf5cadefcee6ccb1dbaceaae96a286e27d4d43ea /meta-phosphor/common/recipes-devtools
parent5e45c86989c000ed7baef9f72ad775ccba866556 (diff)
downloadtalos-openbmc-08d3acf7f04a9b51adc58f636170a8fbbf6a3383.tar.gz
talos-openbmc-08d3acf7f04a9b51adc58f636170a8fbbf6a3383.zip
rsync: add depends
Since we set a configure option for rsync to link against external zlib and popt, we also need to add them to the DEPENDS list. This solves a QA warning. Change-Id: Iaf22d8306bd22df155b26cdcafdca4ad39c6ceab Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'meta-phosphor/common/recipes-devtools')
-rw-r--r--meta-phosphor/common/recipes-devtools/rsync/rsync_%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-devtools/rsync/rsync_%.bbappend b/meta-phosphor/common/recipes-devtools/rsync/rsync_%.bbappend
index e65d1f2c9..eafb15b6d 100644
--- a/meta-phosphor/common/recipes-devtools/rsync/rsync_%.bbappend
+++ b/meta-phosphor/common/recipes-devtools/rsync/rsync_%.bbappend
@@ -2,3 +2,5 @@ EXTRA_OECONF_append += " --disable-largefile --disable-locale --disable-iconv \
--without-included-popt --without-included-zlib"
PACKAGECONFIG = ""
+
+DEPENDS_append = " popt zlib"
OpenPOWER on IntegriCloud