From: Humberto Ibarra Date: Mon, 4 Jul 2016 20:33:32 +0000 (-0500) Subject: scripts/yocto-bsp: Removing version from yocto-bsp X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f8790e56d00f2eaaf6508fb1909335f1fbef5ff;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git scripts/yocto-bsp: Removing version from yocto-bsp The version option is not maintained and is useless inside this script. There is no reason for this script to have an independent version value. [YOCTO #8321] Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/scripts/yocto-bsp b/scripts/yocto-bsp index 0d363705191..ac6cfa07b05 100755 --- a/scripts/yocto-bsp +++ b/scripts/yocto-bsp @@ -30,8 +30,6 @@ # Tom Zanussi # -__version__ = "0.1.0" - import os import sys import optparse @@ -122,8 +120,7 @@ def start_logging(loglevel): def main(): - parser = optparse.OptionParser(version = "yocto-bsp version %s" % __version__, - usage = yocto_bsp_usage) + parser = optparse.OptionParser(usage = yocto_bsp_usage) parser.disable_interspersed_args() parser.add_option("-D", "--debug", dest = "debug", action = "store_true",