mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 06:10:02 +00:00
d910653320
Simplify packaging a bit Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
22 lines
723 B
BlitzBasic
22 lines
723 B
BlitzBasic
DESCRIPTION = "Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms."
|
|
AUTHOR = "Benoît Jacob and Gaël Guennebaud and others"
|
|
HOMEPAGE = "http://eigen.tuxfamily.org/"
|
|
LICENSE = "MPL-2.0"
|
|
LIC_FILES_CHKSUM = "file://COPYING.MPL2;md5=815ca599c9df247a0c7f619bab123dad"
|
|
|
|
SRC_URI = "git://gitlab.com/libeigen/eigen.git;protocol=http;nobranch=1"
|
|
|
|
SRCREV = "0fd6b4f71dd85b2009ee4d1aeb296e2c11fc9d68"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake
|
|
|
|
FILES_${PN}-dev += "${datadir}/eigen3/cmake"
|
|
|
|
# ${PN} is empty so we need to tweak -dev and -dbg package dependencies
|
|
RDEPENDS_${PN}-dev = ""
|
|
RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|