Skip to content

Commit d89968b

Browse files
diegorondiniakuster
authored andcommitted
libeigen: update SRC_URI to use gitlab git
Update SRC_URI to use gitlab git repository. As discussed here gitlab archive stability is not fully guaranteed, so repository is preferred: https://forum.gitlab.com/t/gitlab-release-tarball-stability/41888/3 Signed-off-by: Diego Rondini <diego.rondini@kynetics.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit a6b2a0c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
1 parent 4cc265d commit d89968b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

meta-oe/recipes-support/libeigen/libeigen_3.3.7.bb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ HOMEPAGE = "http://eigen.tuxfamily.org/"
44
LICENSE = "MPL-2.0"
55
LIC_FILES_CHKSUM = "file://COPYING.MPL2;md5=815ca599c9df247a0c7f619bab123dad"
66

7-
SRC_URI = "https://gitlab.com/libeigen/eigen/-/archive/${PV}/eigen-${PV}.tar.bz2"
8-
SRC_URI[md5sum] = "b9e98a200d2455f06db9c661c5610496"
9-
SRC_URI[sha256sum] = "685adf14bd8e9c015b78097c1dc22f2f01343756f196acdc76a678e1ae352e11"
7+
SRC_URI = "git://gitlab.com/libeigen/eigen.git;protocol=http;nobranch=1"
108

11-
S = "${WORKDIR}/eigen-${PV}"
9+
SRCREV = "21ae2afd4edaa1b69782c67a54182d34efe43f9c"
10+
11+
S = "${WORKDIR}/git"
1212

1313
inherit cmake
1414

0 commit comments

Comments
 (0)