mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
linux-atm: fix SRC_URI
The original SRC_URI's certificate has expired - change it to a working URL.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit a1baa1c027)
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
committed by
Anuj Mittal
parent
677f28e90b
commit
4e828d8b46
@@ -5,7 +5,7 @@ LICENSE = "GPL-2.0-only & LGPL-2.0-only"
|
||||
|
||||
DEPENDS = "flex flex-native"
|
||||
|
||||
SRC_URI = "http://nchc.dl.sourceforge.net/project/${BPN}/${BPN}/${PV}/${BPN}-${PV}.tar.gz \
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}/${PV}/${BP}.tar.gz \
|
||||
file://link-with-ldflags.patch \
|
||||
file://install-from-buildir.patch \
|
||||
file://0001-fix-compile-error-with-linux-kernel-v4.8.patch \
|
||||
|
||||
Reference in New Issue
Block a user