All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@buildroot.org
Subject: [Buildroot] [PATCH-NEXT 2/2] package/axfsutils: drop package
Date: Thu, 28 Aug 2025 18:47:07 +0200	[thread overview]
Message-ID: <20250828164708.1943876-2-peter@korsgaard.com> (raw)
In-Reply-To: <20250828164708.1943876-1-peter@korsgaard.com>

axfsutils is a host-only package, so drop it now that the axfs root
filesystem support has been dropped.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/axfsutils/axfsutils.hash |  3 ---
 package/axfsutils/axfsutils.mk   | 24 ------------------------
 2 files changed, 27 deletions(-)
 delete mode 100644 package/axfsutils/axfsutils.hash
 delete mode 100644 package/axfsutils/axfsutils.mk

diff --git a/package/axfsutils/axfsutils.hash b/package/axfsutils/axfsutils.hash
deleted file mode 100644
index b7a5943ddb..0000000000
--- a/package/axfsutils/axfsutils.hash
+++ /dev/null
@@ -1,3 +0,0 @@
-# Locally calculated
-sha256  7d8c0febaf6f104c2b179475ea1ee6d361688ad7fa4c98dfdf7395fcff2be685  axfsutils-384a1ea214c8cf8359faba00a12513ee7ae1a9f5.tar.gz
-sha256  1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5  mkfs.axfs-legacy/COPYING
diff --git a/package/axfsutils/axfsutils.mk b/package/axfsutils/axfsutils.mk
deleted file mode 100644
index 8879221619..0000000000
--- a/package/axfsutils/axfsutils.mk
+++ /dev/null
@@ -1,24 +0,0 @@
-################################################################################
-#
-# axfsutils
-#
-################################################################################
-
-AXFSUTILS_VERSION = 384a1ea214c8cf8359faba00a12513ee7ae1a9f5
-AXFSUTILS_SITE = $(call github,jaredeh,axfs,$(AXFSUTILS_VERSION))
-AXFSUTILS_LICENSE = GPL-2.0
-AXFSUTILS_LICENSE_FILES = mkfs.axfs-legacy/COPYING
-HOST_AXFSUTILS_DEPENDENCIES = host-zlib
-
-# The 'new' mkfs.axfs version requires GNUstep which is not a buildroot
-# prerequisite. The 'legacy' one works just as well without that requirement.
-define HOST_AXFSUTILS_BUILD_CMDS
-	$(HOST_MAKE_ENV) $(HOST_CONFIGURE_OPTS) $(MAKE) -C $(@D)/mkfs.axfs-legacy
-endef
-
-define HOST_AXFSUTILS_INSTALL_CMDS
-	$(INSTALL) -D -m 0755 $(@D)/mkfs.axfs-legacy/mkfs.axfs \
-		$(HOST_DIR)/bin/mkfs.axfs
-endef
-
-$(eval $(host-generic-package))
-- 
2.39.5

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2025-08-28 16:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-28 16:47 [Buildroot] [PATCH-NEXT 1/2] fs/axfs: drop support Peter Korsgaard
2025-08-28 16:47 ` Peter Korsgaard [this message]
2025-09-28 15:00 ` Julien Olivain via buildroot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250828164708.1943876-2-peter@korsgaard.com \
    --to=peter@korsgaard.com \
    --cc=buildroot@buildroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.