Explorar o código

Add dependency to e2fsprogs if CONFIG_EXT_FILESYSTEM is set

Signed-off-by: Dit Kozmaj <dit.kozmaj@kynetics.com>
Dit Kozmaj %!s(int64=2) %!d(string=hai) anos
pai
achega
ec42fbc540
Modificáronse 1 ficheiros con 3 adicións e 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 = ' '