浏览代码

Add dependency from zchunk if DELTA is set

Signed-off-by: Stefano Babic <sbabic@denx.de>
Stefano Babic 3 年之前
父节点
当前提交
cd9a421416
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      recipes-support/swupdate/swupdate.inc

+ 3 - 0
recipes-support/swupdate/swupdate.inc

@@ -181,6 +181,9 @@ python () {
     if 'CONFIG_DISKPART=y\n' in features:
         depends += ' util-linux e2fsprogs'
 
+    if 'CONFIG_DELTA=y\n' in features:
+        depends += ' zchunk'
+
     d.setVar('DEPENDS', depends)
 
     if 'CONFIG_MONGOOSE=y\n' in features: