summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_common.sh
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-06-29 14:11:21 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-07-01 08:22:26 +0200
commitff6011743a960ed9c3cfda00ae64efe810c52756 (patch)
tree2cc0441c728dc149946306e3e2cb2eecf467727d /scripts/lib/ptxd_make_world_common.sh
parentf41b04b5e3adecf17f60413bc8bdbdff1edbdfdd (diff)
downloadptxdist-ff6011743a960ed9c3cfda00ae64efe810c52756.tar.gz
ptxdist-ff6011743a960ed9c3cfda00ae64efe810c52756.tar.xz
ptxd_make_world_init: don't set pkg_install_env
Setting pkg_install_env to the same value as pkg_make_env is redundant. Both are used in the install stage. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts/lib/ptxd_make_world_common.sh')
-rw-r--r--scripts/lib/ptxd_make_world_common.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_make_world_common.sh b/scripts/lib/ptxd_make_world_common.sh
index ee43992d9..ffc856d2f 100644
--- a/scripts/lib/ptxd_make_world_common.sh
+++ b/scripts/lib/ptxd_make_world_common.sh
@@ -314,7 +314,6 @@ ptxd_make_world_init() {
ptx_build_python="${!build_python_ptr}"
pkg_make_env="${pkg_conf_env:-${!env_ptr}}"
pkg_make_opt="${pkg_make_opt:-build}"
- pkg_install_env="${pkg_conf_env:-${!env_ptr}}"
;;
*) ;;
esac