[gnome-continuous-yocto/gnomeostree-3.28-rocko: 1158/8267] scripts/yocto-bsp: Removing version from yocto-bsp
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 1158/8267] scripts/yocto-bsp: Removing version from yocto-bsp
- Date: Sat, 16 Dec 2017 21:26:08 +0000 (UTC)
commit 4ab8650eebce905f6c6eb8fc6f1b042389bc992e
Author: Humberto Ibarra <humberto ibarra lopez intel com>
Date: Mon Jul 4 15:33:32 2016 -0500
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]
(From meta-yocto rev: 8f8790e56d00f2eaaf6508fb1909335f1fbef5ff)
Signed-off-by: Ross Burton <ross burton intel com>
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
scripts/yocto-bsp | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/scripts/yocto-bsp b/scripts/yocto-bsp
index 0d36370..ac6cfa0 100755
--- a/scripts/yocto-bsp
+++ b/scripts/yocto-bsp
@@ -30,8 +30,6 @@
# Tom Zanussi <tom.zanussi (at] intel.com>
#
-__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",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]