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 17:19:10 +0000 (17:19 +0000)
commit5850e3cab8fc207950e1068fb6a9ce4c89e353b9
treef44cce006315bfb88b2ff6b78da1b4ab8b6c5876
parentbecda8854c590368b1e542ead55c862adf9efdfd
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.

(From OE-Core rev: 0eb947454e1c92467283e6f1adeca67c7c57698b)

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