[gnome-continuous-yocto/gnomeostree-3.28-rocko: 29/8267] wic: add sfdisk to the list of utilities



commit e6a523286ee6ad4bfc21d76c0136ea1e9428cf24
Author: Ed Bartosh <ed bartosh linux intel com>
Date:   Fri Apr 22 12:32:00 2016 +0300

    wic: add sfdisk to the list of utilities
    
    Added sfdisk -> util-linux pair to the dictionary
    executable -> recipe as sfdisk is going to be used by wic
    to set partition system id.
    
    [YOCTO #9096]
    
    (From OE-Core rev: 398aafa185acbc7239505f7107735e93a502f6d2)
    
    Signed-off-by: Ed Bartosh <ed bartosh linux intel com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 scripts/lib/wic/utils/oe/misc.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/scripts/lib/wic/utils/oe/misc.py b/scripts/lib/wic/utils/oe/misc.py
index 81239ac..a3cbe5f 100644
--- a/scripts/lib/wic/utils/oe/misc.py
+++ b/scripts/lib/wic/utils/oe/misc.py
@@ -43,6 +43,7 @@ NATIVE_RECIPES = {"mcopy": "mtools",
                   "mksquashfs": "squashfs-tools",
                   "mkswap": "util-linux",
                   "parted": "parted",
+                  "sfdisk": "util-linux",
                   "sgdisk": "gptfdisk",
                   "syslinux": "syslinux"
                  }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]