summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2013-01-28 22:30:24 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2013-02-05 18:54:15 +0100
commit36df9fb6439050d520de83fab997f782ac07cbe9 (patch)
tree79739852fe791a59546964a1ab51895308d5ba67 /platforms
parent3bbd23e69a55875aa356def5b1ec2128b7aa82ba (diff)
downloadptxdist-36df9fb6439050d520de83fab997f782ac07cbe9.tar.gz
ptxdist-36df9fb6439050d520de83fab997f782ac07cbe9.tar.xz
host-libbz2: rename to host-bzip2
...in order to align with target package. So that we use the same version and patches as the target package. Before this patch the host version was at a different version number and missing the patches, so that only a static lib was created. This break host packages which try to link the static lib into a shared lib. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/hosttools.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/hosttools.in b/platforms/hosttools.in
index b2ac00e9d..ac508c8a9 100644
--- a/platforms/hosttools.in
+++ b/platforms/hosttools.in
@@ -1,4 +1,5 @@
source "rules/cross-nasm.in"
+source "rules/host-bzip2.in"
source "rules/host-cdrkit.in"
source "rules/host-cmake.in"
source "rules/host-cramfs.in"
@@ -9,7 +10,6 @@ source "rules/host-genimage.in"
source "rules/host-genpart.in"
source "rules/host-gettext.in"
source "rules/host-libblkid.in"
-source "rules/host-libbz2.in"
source "rules/host-libcap.in"
source "rules/host-libconfuse.in"
source "rules/host-libiconv.in"