Pārlūkot izejas kodu

Add dependency from zchunk if DELTA is set

Signed-off-by: Stefano Babic <sbabic@denx.de>
Stefano Babic 3 gadi atpakaļ
vecāks
revīzija
335427edc8
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      recipes-support/swupdate/swupdate.inc

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

@@ -184,6 +184,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: