summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_lib_dgen.awk
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-04-06 10:11:41 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-04-23 13:52:30 +0200
commit8c2eeee753597e919dffc5254dad54e9ec6f8947 (patch)
tree48e1c40bbf034278d2d6c64ff58ba8c476940d2c /scripts/lib/ptxd_lib_dgen.awk
parent5cc9b8b3cd7b57ddc9de0280e703e3041a5874c8 (diff)
downloadptxdist-8c2eeee753597e919dffc5254dad54e9ec6f8947.tar.gz
ptxdist-8c2eeee753597e919dffc5254dad54e9ec6f8947.tar.xz
[install] use chrpath in ptxd_make_world_install_unpack to fix the rpath of host-tools
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts/lib/ptxd_lib_dgen.awk')
-rw-r--r--scripts/lib/ptxd_lib_dgen.awk2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/lib/ptxd_lib_dgen.awk b/scripts/lib/ptxd_lib_dgen.awk
index 581fe3822..ca6670d4a 100644
--- a/scripts/lib/ptxd_lib_dgen.awk
+++ b/scripts/lib/ptxd_lib_dgen.awk
@@ -326,6 +326,8 @@ END {
#
if (this_pkg ~ /^host-pkg-config$/)
continue;
+ if (this_pkg ~ /^host-chrpath$/)
+ continue;
if (this_pkg ~ /^host-|^cross-/)
virtual = "virtual-host-tools";