package/python: 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)
commita8f3057da37a5c6f30935e127ae6a15437f2508f
treeb858147bb95b74d6e6c16c3667d6d0261b4694d9
parentf1407c4967458037057e2e4bfb8deb74a9f81d75
package/python: 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-python 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/python/Config.in.host [new file with mode: 0644]
package/python/python.mk