mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
libeigen: set tarball name as ${BP}.tar.bz2
Rename tarball name: 3.2.8.tar.bz2 -> libeigen-3.2.8.tar.bz2 Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
a36efdd02f
commit
ba0717b0cf
@@ -4,7 +4,7 @@ HOMEPAGE = "http://eigen.tuxfamily.org/"
|
||||
LICENSE = "MPL-2.0"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.MPL2;md5=815ca599c9df247a0c7f619bab123dad"
|
||||
|
||||
SRC_URI = "http://bitbucket.org/eigen/eigen/get/${PV}.tar.bz2 \
|
||||
SRC_URI = "http://bitbucket.org/eigen/eigen/get/${PV}.tar.bz2;downloadfilename=${BP}.tar.bz2 \
|
||||
file://0001-CMakeLists.txt-install-FindEigen3.cmake-script.patch"
|
||||
SRC_URI[md5sum] = "9e3bfaaab3db18253cfd87ea697b3ab1"
|
||||
SRC_URI[sha256sum] = "722a63d672b70f39c271c5e2a4a43ba14d12015674331790414fcb167c357e55"
|
||||
|
||||
Reference in New Issue
Block a user