* [PATCH] setup.py: fix path for bitbake-selftest
@ 2012-05-12 6:57 Martin Jansa
2012-05-13 19:02 ` Richard Purdie
0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2012-05-12 6:57 UTC (permalink / raw)
To: bitbake-devel
* currently fails with:
running build_scripts
creating build/scripts-2.7
copying and adjusting bin/bitbake -> build/scripts-2.7
copying and adjusting bin/bitbake-layers -> build/scripts-2.7
copying and adjusting bin/bitbake-diffsigs -> build/scripts-2.7
copying and adjusting bin/bitbake-prserv -> build/scripts-2.7
error: file '/tmp/tmpfs/portage/dev-embedded/bitbake-9999/work/bitbake-9999/bitbake-selftest' does not exist
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
setup.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/setup.py b/setup.py
index 167692d..5f9e595 100755
--- a/setup.py
+++ b/setup.py
@@ -56,7 +56,7 @@ setup(name='bitbake',
packages = ["bb.server", "bb.parse.parse_py", "bb.parse",
"bb.fetch2", "bb.ui.crumbs", "bb.ui", "bb.pysh", "bb", "prserv", "bb.tests"],
py_modules = ["codegen"],
- scripts = ["bin/bitbake", "bin/bitbake-layers", "bin/bitbake-diffsigs", "bin/bitbake-prserv", "bitbake-selftest"],
+ scripts = ["bin/bitbake", "bin/bitbake-layers", "bin/bitbake-diffsigs", "bin/bitbake-prserv", "bin/bitbake-selftest"],
data_files = [("share/bitbake", glob("conf/*") + glob("classes/*")),
("share/doc/bitbake-%s/manual" % __version__, glob("doc/manual/html/*"))],
cmdclass = {
--
1.7.8.6
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] setup.py: fix path for bitbake-selftest
2012-05-12 6:57 [PATCH] setup.py: fix path for bitbake-selftest Martin Jansa
@ 2012-05-13 19:02 ` Richard Purdie
0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2012-05-13 19:02 UTC (permalink / raw)
To: Martin Jansa; +Cc: bitbake-devel
On Sat, 2012-05-12 at 08:57 +0200, Martin Jansa wrote:
> * currently fails with:
> running build_scripts
> creating build/scripts-2.7
> copying and adjusting bin/bitbake -> build/scripts-2.7
> copying and adjusting bin/bitbake-layers -> build/scripts-2.7
> copying and adjusting bin/bitbake-diffsigs -> build/scripts-2.7
> copying and adjusting bin/bitbake-prserv -> build/scripts-2.7
> error: file '/tmp/tmpfs/portage/dev-embedded/bitbake-9999/work/bitbake-9999/bitbake-selftest' does not exist
>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
> setup.py | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Merged to master, thanks.
Richard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-13 19:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-12 6:57 [PATCH] setup.py: fix path for bitbake-selftest Martin Jansa
2012-05-13 19:02 ` Richard Purdie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.