summaryrefslogtreecommitdiffstats
path: root/rules/host-bzip2.make
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 /rules/host-bzip2.make
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 'rules/host-bzip2.make')
-rw-r--r--rules/host-bzip2.make22
1 files changed, 22 insertions, 0 deletions
diff --git a/rules/host-bzip2.make b/rules/host-bzip2.make
new file mode 100644
index 000000000..89e651331
--- /dev/null
+++ b/rules/host-bzip2.make
@@ -0,0 +1,22 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2013 by Marc Kleine-Budde <mkl@pengutronix.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_BZIP2) += host-bzip2
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_BZIP2_INSTALL_OPT := install PREFIX=
+
+# vim: syntax=make