From: Ed Bartosh Date: Wed, 18 Jan 2017 17:17:34 +0000 (+0200) Subject: wic: fixed recipe name X-Git-Tag: uninative-1.5~728 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=cd0e7b20de2de67793d0454f4e5cf6bb6f4a16f7;p=openembedded-core.git 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. Signed-off-by: Ed Bartosh --- diff --git a/scripts/lib/wic/utils/oe/misc.py b/scripts/lib/wic/utils/oe/misc.py index 727d519840..445109a03d 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",