package/dmraid: switch SITE to https
The http link is broken:
Connecting to people.redhat.com (people.redhat.com)|209.132.178.26|:80...
failed: No route to host.
No autobuilder error recorded.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 3b04688e7f)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
8aa28cd0e8
commit
1c44a81679
@@ -12,7 +12,7 @@ config BR2_PACKAGE_DMRAID
|
||||
dmraid uses the Linux device-mapper to create devices with
|
||||
respective mappings for the ATARAID sets discovered.
|
||||
|
||||
http://people.redhat.com/~heinzm/sw/dmraid/
|
||||
https://people.redhat.com/~heinzm/sw/dmraid/
|
||||
|
||||
comment "dmraid needs a toolchain w/ threads, dynamic library"
|
||||
depends on BR2_USE_MMU
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# From http://people.redhat.com/~heinzm/sw/dmraid/src/dmraid-1.0.0.rc16-3.tar.bz2.md5.sum
|
||||
# From https://people.redhat.com/~heinzm/sw/dmraid/src/dmraid-1.0.0.rc16-3.tar.bz2.md5.sum
|
||||
md5 819338fcef98e8e25819f0516722beeb dmraid-1.0.0.rc16-3.tar.bz2
|
||||
# locally computed
|
||||
sha256 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994 1.0.0.rc16-3/dmraid/LICENSE_GPL
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
DMRAID_VERSION = 1.0.0.rc16-3
|
||||
DMRAID_SOURCE = dmraid-$(DMRAID_VERSION).tar.bz2
|
||||
DMRAID_SITE = http://people.redhat.com/~heinzm/sw/dmraid/src
|
||||
DMRAID_SITE = https://people.redhat.com/~heinzm/sw/dmraid/src
|
||||
DMRAID_SUBDIR = $(DMRAID_VERSION)/dmraid
|
||||
# lib and tools race with parallel make
|
||||
DMRAID_MAKE = $(MAKE1)
|
||||
|
||||
Reference in New Issue
Block a user