소스 검색

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 년 전
부모
커밋
85ccc44b18
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      recipes-support/swupdate/swupdate.inc

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

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