package/pkg-python: use proper --prefix and --root values
authorAngelo Compagnucci <angelo.compagnucci@gmail.com>
Sat, 24 Nov 2018 23:21:39 +0000 (00:21 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 25 Nov 2018 08:24:43 +0000 (09:24 +0100)
commite94280e5a537b8b6bebc6df3e16c7922b8c63950
tree93341085f832d919221d7581dc439c28f4e86392
parent1246179d2e07426b969a49cfaecfdf74dd8a1151
package/pkg-python: use proper --prefix and --root values

Some python software refers to setuptool/distutils options
to install files in python root directory (like data_files option).
To use this type of option, python root should point to the real python
root in buildroot folder and not to the guest os /.
Prefix path is always built starting from the python root, so it should
be simply /usr.

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/pkg-python.mk