[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4186/8267] wic: fixed recipe name



commit 349dbad11df9cb793543d22b38234d38cb5a3ea3
Author: Ed Bartosh <ed bartosh linux intel com>
Date:   Wed Jan 18 19:17:34 2017 +0200

    wic: fixed recipe name
    
    Renamed grub-efi-native -> grub-efi in NATIVE_RECIPES
    dictionary as '-native' suffix is added to the recipe name in
    the code.
    
    (From OE-Core rev: cd0e7b20de2de67793d0454f4e5cf6bb6f4a16f7)
    
    Signed-off-by: Ed Bartosh <ed bartosh linux intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 scripts/lib/wic/utils/oe/misc.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/scripts/lib/wic/utils/oe/misc.py b/scripts/lib/wic/utils/oe/misc.py
index 727d519..445109a 100644
--- a/scripts/lib/wic/utils/oe/misc.py
+++ b/scripts/lib/wic/utils/oe/misc.py
@@ -36,7 +36,7 @@ from wic.utils import runner
 
 # executable -> recipe pairs for exec_native_cmd
 NATIVE_RECIPES = {"bmaptool": "bmap-tools",
-                  "grub-mkimage": "grub-efi-native",
+                  "grub-mkimage": "grub-efi",
                   "isohybrid": "syslinux",
                   "mcopy": "mtools",
                   "mkdosfs": "dosfstools",


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