Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | criu: force python to install in ${libdir} | Mark Asselstine | 2017-04-24 | 1 | -0/+30 |
Historically Yocto installs python modules in ${libdir} and not the no-arch variant. The criu install was following every other distros use of the non-arch variant, /usr/lib, which was being picked up by the QA check. Modify the criu Makefile to enable us to overwrite this location by using setup.py's install-lib directive. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> |