]> code.ossystems Code Review - openembedded-core.git/commit
wic: fix type of no-table option
authorEd Bartosh <ed.bartosh@linux.intel.com>
Wed, 23 Mar 2016 11:24:33 +0000 (13:24 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 28 Mar 2016 14:54:51 +0000 (15:54 +0100)
commitd483724cf3515f76e1b798a2018e2f3fa2bad0ba
tree1550e448157124e38293e94ea28a9c9542730220
parente0c5bcb73f3663990ccb489a75cbc59927fc9e13
wic: fix type of no-table option

Type of --no-table option was incorrectly set in new wks parser.
It causes parser to require argument for this option, which makes
wic to fail with wks files that use --no-table:
    Error: argument --no-table: expected one argument

Changed action parameter to 'store_true' to fix the issue.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/ksparser.py