GLUED: renamed packages to rules, cfg_dir_packages to cfg_dir_rules.
This commit is contained in:
20
rules/python_host/host.bash
Normal file
20
rules/python_host/host.bash
Normal file
@@ -0,0 +1,20 @@
|
||||
source $pkg_common
|
||||
|
||||
configure()
|
||||
{
|
||||
../Python-$version/configure \
|
||||
--prefix="${cfg_dir_toolchain}"
|
||||
}
|
||||
|
||||
build()
|
||||
{
|
||||
# Parallel build not supported
|
||||
$cmd_make_single clean
|
||||
$cmd_make_single
|
||||
}
|
||||
|
||||
host_install()
|
||||
{
|
||||
# Parallel build not supported
|
||||
$cmd_make_single install
|
||||
}
|
Reference in New Issue
Block a user