summaryrefslogtreecommitdiffstats
path: root/rules/host-squashfs-tools.make
diff options
context:
space:
mode:
authorErwin Rol <erwin@erwinrol.com>2010-02-27 00:16:03 +0100
committerErwin Rol <erwin@erwinrol.com>2010-03-22 22:46:49 +0100
commitdaa0ff7dad3892f2e031a6457325fe554ccbae95 (patch)
treefdf9d52449f5a70c65465c7f36070f2b9da8a717 /rules/host-squashfs-tools.make
parentb55110fa96f1b64baba02dee0a45a5d05d271d8a (diff)
downloadptxdist-daa0ff7dad3892f2e031a6457325fe554ccbae95.tar.gz
ptxdist-daa0ff7dad3892f2e031a6457325fe554ccbae95.tar.xz
[squashfs] Add target version
- Adds a target version of squashf-tools Signed-off-by: Erwin Rol <erwin@erwinrol.com>
Diffstat (limited to 'rules/host-squashfs-tools.make')
-rw-r--r--rules/host-squashfs-tools.make15
1 files changed, 1 insertions, 14 deletions
diff --git a/rules/host-squashfs-tools.make b/rules/host-squashfs-tools.make
index 504365fb4..f5ce4768e 100644
--- a/rules/host-squashfs-tools.make
+++ b/rules/host-squashfs-tools.make
@@ -16,23 +16,10 @@ HOST_PACKAGES-$(PTXCONF_HOST_SQUASHFS_TOOLS) += host-squashfs-tools
#
# Paths and names
#
-HOST_SQUASHFS_TOOLS_VERSION := $(call ptx/ifdef, PTXCONF_HOST_SQUASHFS_TOOLS_V3X, 3.4, 4.0)
-HOST_SQUASHFS_TOOLS := squashfs$(HOST_SQUASHFS_TOOLS_VERSION)
-HOST_SQUASHFS_TOOLS_SUFFIX := tar.gz
-HOST_SQUASHFS_TOOLS_URL := $(PTXCONF_SETUP_SFMIRROR)/squashfs/$(HOST_SQUASHFS_TOOLS).$(HOST_SQUASHFS_TOOLS_SUFFIX)
-HOST_SQUASHFS_TOOLS_SOURCE := $(SRCDIR)/$(HOST_SQUASHFS_TOOLS).$(HOST_SQUASHFS_TOOLS_SUFFIX)
-HOST_SQUASHFS_TOOLS_DIR := $(HOST_BUILDDIR)/$(HOST_SQUASHFS_TOOLS)
+HOST_SQUASHFS_TOOLS_DIR = $(HOST_BUILDDIR)/$(SQUASHFS_TOOLS)
HOST_SQUASHFS_TOOLS_SUBDIR := squashfs-tools
# ----------------------------------------------------------------------------
-# Get
-# ----------------------------------------------------------------------------
-
-$(HOST_SQUASHFS_TOOLS_SOURCE):
- @$(call targetinfo)
- @$(call get, HOST_SQUASHFS_TOOLS)
-
-# ----------------------------------------------------------------------------
# Compile
# ----------------------------------------------------------------------------