Skip to content

Commit

Permalink
libeigen: update SRC_URI to use gitlab git
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
(cherry picked from commit a6b2a0c)
Signed-off-by: Armin Kuster <[email protected]>
  • Loading branch information
diegorondini authored and akuster committed Nov 10, 2020
1 parent 4cc265d commit d89968b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions meta-oe/recipes-support/libeigen/libeigen_3.3.7.bb
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ HOMEPAGE = "http://eigen.tuxfamily.org/"
LICENSE = "MPL-2.0"
LIC_FILES_CHKSUM = "file://COPYING.MPL2;md5=815ca599c9df247a0c7f619bab123dad"

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

S = "${WORKDIR}/eigen-${PV}"
SRCREV = "21ae2afd4edaa1b69782c67a54182d34efe43f9c"

S = "${WORKDIR}/git"

inherit cmake

Expand Down

0 comments on commit d89968b

Please sign in to comment.