summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2022-11-25 18:57:32 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2022-11-25 21:40:36 +0100
commitb7bfebc1caebc7b0d16f00203042d0bb8512bbaf (patch)
tree77f691525acce31c59fdf554128a691b89529c10 /rules
parent0518f19a28175548825feac8f7e75aca17b0548a (diff)
downloadDistroKit-b7bfebc1caebc7b0d16f00203042d0bb8512bbaf.tar.gz
DistroKit-b7bfebc1caebc7b0d16f00203042d0bb8512bbaf.tar.xz
host-genimage: remove local rule
genimage-16 is now in ptxdist, so we can remove the local rule. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/host-genimage.make38
1 files changed, 0 insertions, 38 deletions
diff --git a/rules/host-genimage.make b/rules/host-genimage.make
deleted file mode 100644
index ee2aec9..0000000
--- a/rules/host-genimage.make
+++ /dev/null
@@ -1,38 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2012 by Michael Olbrich <m.olbrich@pengutronix.de>
-#
-# For further information about the PTXdist project and license conditions
-# see the README file.
-#
-
-#
-# We provide this package
-#
-HOST_PACKAGES-$(PTXCONF_HOST_GENIMAGE) += host-genimage
-
-#
-# Paths and names
-#
-HOST_GENIMAGE_VERSION := 16
-HOST_GENIMAGE_MD5 := 07ccada4f64079e7b6d161d5279e0c1e
-HOST_GENIMAGE := genimage-$(HOST_GENIMAGE_VERSION)
-HOST_GENIMAGE_SUFFIX := tar.xz
-HOST_GENIMAGE_URL := http://www.pengutronix.de/software/genimage/download/$(HOST_GENIMAGE).$(HOST_GENIMAGE_SUFFIX)
-HOST_GENIMAGE_SOURCE := $(SRCDIR)/$(HOST_GENIMAGE).$(HOST_GENIMAGE_SUFFIX)
-HOST_GENIMAGE_DIR := $(HOST_BUILDDIR)/$(HOST_GENIMAGE)
-HOST_GENIMAGE_LICENSE := GPL-2.0-only
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-#
-# autoconf
-#
-HOST_GENIMAGE_CONF_TOOL := autoconf
-HOST_GENIMAGE_CONF_OPT := \
- $(HOST_AUTOCONF) \
- --enable-largefile
-
-# vim: syntax=make