diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2015-09-02 13:58:05 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-02 23:46:49 +0100 |
commit | e21d4b442437fac450070922ec74029ee1d10208 (patch) | |
tree | 2a838c5b8083da81699a48ca02fc4001ed787a8b /scripts | |
parent | f2d75d76d1af9e4852637f60eac8dfc967431acb (diff) | |
download | openembedded-core-e21d4b442437fac450070922ec74029ee1d10208.tar.gz openembedded-core-e21d4b442437fac450070922ec74029ee1d10208.tar.bz2 openembedded-core-e21d4b442437fac450070922ec74029ee1d10208.zip |
wic: fix typo
Fixed typo in tool name: mkswqp -> mkswap.
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | 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 0a8f3f120e..7370d93136 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" |