mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
thrift: fix SRC_URI
The tarball was moved to an archive server, so the link stopped working. Update it to the new location. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c40a383cb3f747e0c7abbf1482f194f0 \
|
|||||||
|
|
||||||
DEPENDS = "thrift-native boost flex-native bison-native openssl zlib"
|
DEPENDS = "thrift-native boost flex-native bison-native openssl zlib"
|
||||||
|
|
||||||
SRC_URI = "https://www-eu.apache.org/dist/thrift//${PV}/${BPN}-${PV}.tar.gz \
|
SRC_URI = "https://archive.apache.org/dist/thrift/${PV}/${BPN}-${PV}.tar.gz \
|
||||||
file://0001-DefineInstallationPaths.cmake-Define-libdir-in-terms.patch \
|
file://0001-DefineInstallationPaths.cmake-Define-libdir-in-terms.patch \
|
||||||
"
|
"
|
||||||
SRC_URI[sha256sum] = "f460b5c1ca30d8918ff95ea3eb6291b3951cf518553566088f3f2be8981f6209"
|
SRC_URI[sha256sum] = "f460b5c1ca30d8918ff95ea3eb6291b3951cf518553566088f3f2be8981f6209"
|
||||||
|
|||||||
Reference in New Issue
Block a user