commit | 8dbe2bb729f1db407cb88de94472db5d67066bac | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Mar 30 11:40:02 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Apr 07 17:34:00 2017 +0000 |
tree | 2a63b34180c49eaffdbfce88f1aa60f27e70aa54 | |
parent | 161c293f9369719b6401cf37ac29c2257984844c [diff] |
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>
diff --git a/common/recipes-devtools/rsync/rsync_%.bbappend b/common/recipes-devtools/rsync/rsync_%.bbappend index e65d1f2..eafb15b 100644 --- a/common/recipes-devtools/rsync/rsync_%.bbappend +++ b/common/recipes-devtools/rsync/rsync_%.bbappend
@@ -2,3 +2,5 @@ --without-included-popt --without-included-zlib" PACKAGECONFIG = "" + +DEPENDS_append = " popt zlib"