mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-07-20 10:25:57 +00:00
libtalloc: fix SRC_URI to use https instead of http
Fetching using http from samba.org is no longer working and changing to https would fix the issue. Signed-off-by: Chai, Chong Yi <chong.yi.chai@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com> (cherry picked from commit 41feeb4df994c9f82955521c45e056d84d8e664b) Signed-off-by: Chai, Chong Yi <chong.yi.chai@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
86610438b5
commit
5983889675
@ -3,7 +3,7 @@ HOMEPAGE = "http://talloc.samba.org"
|
||||
SECTION = "libs"
|
||||
LICENSE = "LGPL-3.0+ & GPL-3.0+"
|
||||
|
||||
SRC_URI = "http://samba.org/ftp/talloc/talloc-${PV}.tar.gz \
|
||||
SRC_URI = "https://samba.org/ftp/talloc/talloc-${PV}.tar.gz \
|
||||
file://talloc-Add-configure-options-for-packages.patch \
|
||||
"
|
||||
LIC_FILES_CHKSUM = "file://talloc.h;beginline=3;endline=27;md5=a301712782cad6dd6d5228bfa7825249 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user