aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2004-12-13 22:32:59 +0000
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2004-12-13 22:32:59 +0000
commit48fec92d59896f3c7cc89b91715ea7839d62b0b3 (patch)
treefe8a7fe3a9712b235730cb7608677dc01f4670d9 /bin
parentce3a8a7c173f72c4f747ee7168eacbc9e84917cf (diff)
downloadbitbake-48fec92d59896f3c7cc89b91715ea7839d62b0b3.tar.gz
fix building of one .bb file (-b parametr) - fix by pb
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bitbake2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bitbake b/bin/bitbake
index c0ad32fa0..31ffae38c 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -620,7 +620,7 @@ if __name__ == "__main__":
bf = make.options.buildfile
if bf:
- executeOneBB( bf )
+ executeOneBB( os.path.abspath(bf) )
printStats()
ignore = bb.data.getVar("ASSUME_PROVIDED", make.cfg, 1) or ""