Forráskód Böngészése

Add dependency to e2fsprogs if CONFIG_EXT_FILESYSTEM is set

Signed-off-by: Dit Kozmaj <dit.kozmaj@kynetics.com>
Dit Kozmaj 2 éve
szülő
commit
670bbc3e3d
1 módosított fájl, 3 hozzáadás és 0 törlés
  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 = ' '