Since commit [116da95 Add the '--version' option to bs_calc.py] applied,
while build out of tree, there is a install failure
...
|install -m0755 ../../git/tools/bs_calc.py /usr/bin/bscalc
|install: cannot stat '../../git/tools/bs_calc.py': No such file or directory
...
The generated bs_calc.py locates in builddir rather than srcdir
Since commit [116da95 Add the '--version' option to bs_calc.py] applied, while build out of tree, there is a install failure ... |install -m0755 ../../git/tools/bs_calc.py /usr/bin/bscalc |install: cannot stat '../../git/tools/bs_calc.py': No such file or directory ...
The generated bs_calc.py locates in builddir rather than srcdir
Signed-off-by: Hongxu Jia hongxu.jia@windriver.com