瀏覽代碼

Add dependency to btrfs-tools if CONFIG_BTRFS_FILESYSTEM is set

Signed-off-by: Stefano Babic <sbabic@denx.de>
Stefano Babic 2 年之前
父節點
當前提交
6314a3e421
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      recipes-support/swupdate/swupdate.inc

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

@@ -186,6 +186,9 @@ python () {
     if 'CONFIG_DISKPART=y\n' in features:
         depends += ' util-linux e2fsprogs'
 
+    if 'CONFIG_BTRFS_FILESYSTEM=y\n' in features:
+        depends += ' btrfs-tools'
+
     if 'CONFIG_DELTA=y\n' in features:
         depends += ' zchunk'