Use plain http for preparing e2fsprogs port

The gnutls version in Ubuntu 14.04 does not support the current settings
of the git.kernel.org TLS/HTTPS access.
This commit is contained in:
Christian Helmuth 2016-10-27 08:50:13 +02:00
parent bae4ce5360
commit 23c2c7c5a8
3 changed files with 2 additions and 5 deletions

View File

@ -1 +1 @@
6bfde968470405032d42e69e8af572a706759b5f
a6a76f9f5d81f6ac86c9f43d657be0c25ede843d

View File

@ -1,3 +0,0 @@
E2FSPROGS_BRANCH = v1.42.9
E2FSPROGS = e2fsprogs-$(E2FSPROGS_BRANCH)
E2FSPROGS_URL = https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git

View File

@ -2,7 +2,7 @@ LICENSE := GPLv2
VERSION := 1.42.9
DOWNLOADS := e2fsprogs.git
URL(e2fsprogs) := https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
URL(e2fsprogs) := http://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
REV(e2fsprogs) := v$(VERSION)
DIR(e2fsprogs) := src/noux-pkg/e2fsprogs