Explorar el Código

Add dependency to e2fsprogs if CONFIG_EXT_FILESYSTEM is set

Signed-off-by: Dit Kozmaj <dit.kozmaj@kynetics.com>
Dit Kozmaj hace 2 años
padre
commit
ec42fbc540
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      recipes-support/swupdate/swupdate.inc

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

@@ -192,6 +192,9 @@ python () {
     if 'CONFIG_DELTA=y\n' in features:
         depends += ' zchunk'
 
+    if 'CONFIG_EXT_FILESYSTEM=y\n' in features:
+        depends += ' e2fsprogs'
+
     if mlprefix:
         deps = ' '
         rdeps = ' '