summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-04-03 07:16:47 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-04-03 07:16:47 +0200
commit715ed909af46f032eec697e259c93df62b5cc661 (patch)
treea7b4a952c3c1ac213c204bb4541b714307fabecf
parenta3818851afb876f360f0bdf674ca42b0b930b794 (diff)
downloadptxdist-715ed909af46f032eec697e259c93df62b5cc661.tar.gz
ptxdist-715ed909af46f032eec697e259c93df62b5cc661.tar.xz
squashfs-tools: fix buildingptxdist-2012.04.0
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/squashfs-tools.make6
1 files changed, 5 insertions, 1 deletions
diff --git a/rules/squashfs-tools.make b/rules/squashfs-tools.make
index c927c609e..b0345eeeb 100644
--- a/rules/squashfs-tools.make
+++ b/rules/squashfs-tools.make
@@ -17,7 +17,11 @@ PACKAGES-$(PTXCONF_SQUASHFS_TOOLS) += squashfs-tools
# Paths and names
#
SQUASHFS_TOOLS_VERSION := $(call ptx/ifdef, PTXCONF_HOST_SQUASHFS_TOOLS_V3X, 3.4, 4.1)
+ifdef PTXCONF_HOST_SQUASHFS_TOOLS_V3X
+SQUASHFS_TOOLS_MD5 := 2a4d2995ad5aa6840c95a95ffa6b1da6
+else
SQUASHFS_TOOLS_MD5 := 8e1b2b96f5d5f3fe48fef226ae8cd341
+endif
SQUASHFS_TOOLS := squashfs$(SQUASHFS_TOOLS_VERSION)
SQUASHFS_TOOLS_SUFFIX := tar.gz
SQUASHFS_TOOLS_URL := $(call ptx/mirror, SF, squashfs/$(SQUASHFS_TOOLS).$(SQUASHFS_TOOLS_SUFFIX))
@@ -39,7 +43,7 @@ $(SQUASHFS_TOOLS_SOURCE):
# ----------------------------------------------------------------------------
SQUASHFS_TOOLS_MAKE_PAR := NO
-SQUASHFS_TOOLS_MAKE_OPT := \
+SQUASHFS_TOOLS_MAKE_ENV := \
$(CROSS_ENV)
SQUASHFS_TOOLS_INSTALL_OPT := \