Преглед на файлове

Add dependency to extX utilities for diskpart

This will help to add extX filesystem initialization using the e2fsprogs
libraries.

Signed-off-by: Stefano Babic <sbabic@denx.de>
Stefano Babic преди 4 години
родител
ревизия
9343786f1b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      recipes-support/swupdate/swupdate.inc

+ 1 - 1
recipes-support/swupdate/swupdate.inc

@@ -172,7 +172,7 @@ python () {
         depends += ' zstd'
 
     if 'CONFIG_DISKPART=y\n' in features:
-        depends += ' util-linux'
+        depends += ' util-linux e2fsprogs'
 
     d.setVar('DEPENDS', depends)