package/python3: add option to build on the host
authorNicolas Carrier <nicolas.carrier@orolia.com>
Fri, 20 Sep 2019 14:59:39 +0000 (14:59 +0000)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sun, 27 Oct 2019 21:14:41 +0000 (22:14 +0100)
commitf1407c4967458037057e2e4bfb8deb74a9f81d75
tree44bfdc37884de953ee6a337bee57bb6a0b7fb780
parent91d9454644a376c23185dba6d8668c93235b58bc
package/python3: add option to build on the host

Some python scripts may be ran in the custom scripts a user can define
in the config. Allow the user to enable host-python3 explicitly.

If any of those require ssl, they will fail with no possible fix.
Add an option to enable openssl as well. This is made optional because
openssl significantly increases the build time.

Signed-off-by: Nicolas Carrier <nicolas.carrier@orolia.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/Config.in.host
package/python3/Config.in.host [new file with mode: 0644]
package/python3/python3.mk