summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_common.sh
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-09-06 17:34:31 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-09-06 17:34:40 +0200
commit9f0147921189b04774fdc95c358bfedbced26068 (patch)
treecd636f30fca047c213bc461df472e883c7335c14 /scripts/lib/ptxd_make_world_common.sh
parent24e3147deca1c963d5c8dfa340c8b2559b940f64 (diff)
downloadptxdist-9f0147921189b04774fdc95c358bfedbced26068.tar.gz
ptxdist-9f0147921189b04774fdc95c358bfedbced26068.tar.xz
some more pkg-config cleanup
Remove some unused/empty variables and handle sysroot fully in the wrapper. 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.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/lib/ptxd_make_world_common.sh b/scripts/lib/ptxd_make_world_common.sh
index 86e73538f..5814c6488 100644
--- a/scripts/lib/ptxd_make_world_common.sh
+++ b/scripts/lib/ptxd_make_world_common.sh
@@ -158,10 +158,6 @@ ptxd_make_world_init_compat() {
# pkg_env
pkg_env="SYSROOT='${pkg_sysroot_dir}' V=${PTXDIST_VERBOSE} VERBOSE=${PTXDIST_VERBOSE/0/}"
- case "${pkg_type}" in
- target) pkg_env="${PTXDIST_CROSS_ENV_PKG_CONFIG} ${pkg_env}" ;;
- host|cross) pkg_env="${PTXDIST_HOST_ENV_PKG_CONFIG} ${pkg_env}" ;;
- esac
}
export -f ptxd_make_world_init_compat