diff options
author | 2019-08-22 15:07:47 +0900 | |
---|---|---|
committer | 2019-08-22 15:07:47 +0900 | |
commit | 34108a62c4e0870e316cea89692540c643c889cd (patch) | |
tree | 4c4c79e2fb4591a24d6d7c405a4907dc12cc5697 | |
parent | 0e957ea7439237d5cc66259a0fb27027e925b053 (diff) | |
download | meta-spdxscanner-34108a62c4e0870e316cea89692540c643c889cd.tar.gz meta-spdxscanner-34108a62c4e0870e316cea89692540c643c889cd.tar.bz2 meta-spdxscanner-34108a62c4e0870e316cea89692540c643c889cd.zip |
Deleted redundant comment.
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
-rw-r--r-- | recipes-devtools/python/python3-dosocs2-init_git.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-devtools/python/python3-dosocs2-init_git.bb b/recipes-devtools/python/python3-dosocs2-init_git.bb index 200f596..d84ad45 100644 --- a/recipes-devtools/python/python3-dosocs2-init_git.bb +++ b/recipes-devtools/python/python3-dosocs2-init_git.bb @@ -29,9 +29,6 @@ python do_dosocs2_init() { path = os.getenv('PATH') dosocs2_cmd = bb.utils.which(os.getenv('PATH'), "dosocs2") dosocs2_init_cmd = dosocs2_cmd + " dbinit --no-confirm" - #dosocs2_init_cmd = dosocs2_cmd + " --help" - bb.note("lmh test PATH = %s " % path) - bb.note("lmh test dosocs2_init_cmd = %s " % dosocs2_init_cmd) try: complementary_pkgs = subprocess.check_output(dosocs2_init_cmd, stderr=subprocess.STDOUT, |