Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/btrfs-progs: remove unnecessary autoreconf
@ 2026-04-22 23:34 Fiona Klute via buildroot
  2026-04-23 19:23 ` Julien Olivain via buildroot
  2026-05-04 14:47 ` Thomas Perale via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: Fiona Klute via buildroot @ 2026-04-22 23:34 UTC (permalink / raw)
  To: buildroot; +Cc: Fiona Klute

Commit 1c11f9020ad98db11e6d67066d0fdb2cfab27605 removed the patch
changing configure.ac with the bump to 6.10, so it is no longer
needed.

Signed-off-by: Fiona Klute <fiona.klute@gmx.de>
---
This patch is a side effect of me trying to update btrfs-progs to
6.19.1, I see now why so far nobody did: It breaks building a btrfs
rootfs image with fakeroot, because fakeroot does not handle nftw (which
btrfs-progs started using with 6.10.1).
See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1081976

This little cleanup should still make sense. :-)

 package/btrfs-progs/btrfs-progs.mk | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/package/btrfs-progs/btrfs-progs.mk b/package/btrfs-progs/btrfs-progs.mk
index 273c7e37f2..8691a5710e 100644
--- a/package/btrfs-progs/btrfs-progs.mk
+++ b/package/btrfs-progs/btrfs-progs.mk
@@ -13,9 +13,6 @@ BTRFS_PROGS_LICENSE = GPL-2.0, LGPL-2.1+ (libbtrfsutil)
 BTRFS_PROGS_LICENSE_FILES = COPYING libbtrfsutil/COPYING
 BTRFS_PROGS_INSTALL_STAGING = YES
 
-# 0002-btrfs-progs-add-uClibc-ng-compatibility-for-printf-f.patch
-BTRFS_PROGS_AUTORECONF = YES
-
 # Doesn't autodetect static-only and tries to build both
 ifeq ($(BR2_STATIC_LIBS),y)
 BTRFS_PROGS_MAKE_OPTS = static
-- 
2.53.0

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-05-04 14:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-22 23:34 [Buildroot] [PATCH 1/1] package/btrfs-progs: remove unnecessary autoreconf Fiona Klute via buildroot
2026-04-23 19:23 ` Julien Olivain via buildroot
2026-05-04 14:47 ` Thomas Perale via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox