summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2021-02-08 00:55:42 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2021-02-09 10:04:05 +0100
commit913b644ba8f253ad555123da8e31f9f9851be805 (patch)
treee3d8293287450deed49c1f3d99cd4b6717ceee22
parent35d9b256e8d1f19e56c03c9365868d639d1f7bcd (diff)
downloadDistroKit-913b644ba8f253ad555123da8e31f9f9851be805.tar.gz
DistroKit-913b644ba8f253ad555123da8e31f9f9851be805.tar.xz
Revert "genimage: update to v14"
After updating to PTXdist 2021.02.0, our rule file is now identical to the upstream version. This reverts commit a9e6149a8348e0f130b1efe5d31d9440a80017ef. Signed-off-by: Roland Hieber <rhi@pengutronix.de>
-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 6e4468d..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 := 14
-HOST_GENIMAGE_MD5 := 266b5692aba2e2b98db2ec9de7c09a59
-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