From: Ed Bartosh Date: Wed, 2 Sep 2015 10:58:05 +0000 (+0300) Subject: wic: fix typo X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~29118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e21d4b442437fac450070922ec74029ee1d10208;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git wic: fix typo Fixed typo in tool name: mkswqp -> mkswap. Signed-off-by: Ed Bartosh Signed-off-by: Richard Purdie --- diff --git a/scripts/lib/wic/utils/oe/misc.py b/scripts/lib/wic/utils/oe/misc.py index 0a8f3f120e6..7370d93136e 100644 --- a/scripts/lib/wic/utils/oe/misc.py +++ b/scripts/lib/wic/utils/oe/misc.py @@ -41,7 +41,7 @@ NATIVE_RECIPES = {"mcopy": "mtools", "mkfs.ext4": "e2fsprogs", "mkfs.vfat": "dosfstools", "mksquashfs": "squashfs-tools", - "mkswqp": "util-linux", + "mkswap": "util-linux", "parted": "parted", "sgdisk": "gptfdisk", "syslinux": "syslinux"