diff mbox series

[1/1] package/git: remove autoreconf

Message ID 20190723135200.30458-1-vadim4j@gmail.com
State Accepted
Headers show
Series [1/1] package/git: remove autoreconf | expand

Commit Message

Vadym Kochan July 23, 2019, 1:52 p.m. UTC
After (8aa5ee1721 package/git: bump to version 2.22.0) autoreconf
is not needed anymore because patch which modified the configure
script was removed.

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
---
 package/git/git.mk | 1 -
 1 file changed, 1 deletion(-)

Comments

Thomas Petazzoni July 23, 2019, 10:26 p.m. UTC | #1
On Tue, 23 Jul 2019 16:52:00 +0300
Vadim Kochan <vadim4j@gmail.com> wrote:

> After (8aa5ee1721 package/git: bump to version 2.22.0) autoreconf
> is not needed anymore because patch which modified the configure
> script was removed.
> 
> Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
> ---
>  package/git/git.mk | 1 -
>  1 file changed, 1 deletion(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/git/git.mk b/package/git/git.mk
index 1b4a1a51e9..c91cd5210b 100644
--- a/package/git/git.mk
+++ b/package/git/git.mk
@@ -10,7 +10,6 @@  GIT_SITE = $(BR2_KERNEL_MIRROR)/software/scm/git
 GIT_LICENSE = GPL-2.0, LGPL-2.1+
 GIT_LICENSE_FILES = COPYING LGPL-2.1
 GIT_DEPENDENCIES = zlib $(TARGET_NLS_DEPENDENCIES)
-GIT_AUTORECONF = YES
 
 ifeq ($(BR2_PACKAGE_OPENSSL),y)
 GIT_DEPENDENCIES += host-pkgconf openssl