mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/btrfs-progs: remove unnecessary autoreconf
Commit 1c11f9020a 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>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
60ce218196
commit
9fd8a1cf49
@@ -13,9 +13,6 @@ BTRFS_PROGS_LICENSE = GPL-2.0, LGPL-2.1+ (libbtrfsutil)
|
|||||||
BTRFS_PROGS_LICENSE_FILES = COPYING libbtrfsutil/COPYING
|
BTRFS_PROGS_LICENSE_FILES = COPYING libbtrfsutil/COPYING
|
||||||
BTRFS_PROGS_INSTALL_STAGING = YES
|
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
|
# Doesn't autodetect static-only and tries to build both
|
||||||
ifeq ($(BR2_STATIC_LIBS),y)
|
ifeq ($(BR2_STATIC_LIBS),y)
|
||||||
BTRFS_PROGS_MAKE_OPTS = static
|
BTRFS_PROGS_MAKE_OPTS = static
|
||||||
|
|||||||
Reference in New Issue
Block a user