]> code.ossystems Code Review - openembedded-core.git/commit
python: Fix ptest not working problems
authorZhangle Yang <zhangle.yang@windriver.com>
Mon, 18 Nov 2013 12:54:55 +0000 (20:54 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Nov 2013 13:04:13 +0000 (13:04 +0000)
commit0eb947454e1c92467283e6f1adeca67c7c57698b
tree7cfc4ae68e2e03dfada2618ddc0228acb54fecf9
parent9ded366084f22f48ef72aa22acf6a38982d16d97
python: Fix ptest not working problems

The run-ptest contained in python uses a Makefile. The path of the
Makefile is changed to ${libdir}/python/ptest in do_install_ptest.
However, the directory is wrong when the project is configured with
"--enable-multilib=lib32"

In addition, do_install_ptest is defined before "inherit ptest", so
it is overriden by the one in ptest.bbclass. do_install_ptest is
moved down.

Signed-off-by: Zhangle Yang <zhangle.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python_2.7.3.bb