* This commit is required by tensorflow-lite version 1.12, which cannot be built with either libeigen_3.3.5.bb or libeigen_3.3.7.bb in meta-oe
Signed-off-by: Hongmei Gou <[email protected]> --- .../tensorflow-lite-libeigen_git.bb | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta-arago-extras/recipes-support/tensorflow-lite/tensorflow-lite-libeigen_git.bb diff --git a/meta-arago-extras/recipes-support/tensorflow-lite/tensorflow-lite-libeigen_git.bb b/meta-arago-extras/recipes-support/tensorflow-lite/tensorflow-lite-libeigen_git.bb new file mode 100644 index 00000000..a4bcb76f --- /dev/null +++ b/meta-arago-extras/recipes-support/tensorflow-lite/tensorflow-lite-libeigen_git.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms." +AUTHOR = "BenoƮJacob and GaƫGuennebaud and others" +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/fd6845384b86.tar.gz;downloadfilename=${BP}.tar.gz" +SRC_URI[md5sum] = "4c884968ede816a84c70e2cd2c81de8d" +SRC_URI[sha256sum] = "d956415d784fa4e42b6a2a45c32556d6aec9d0a3d8ef48baee2522ab762556a9" + +S = "${WORKDIR}/eigen-eigen-fd6845384b86" + +inherit cmake + +FILES_${PN} = "${libdir}" +FILES_${PN}-dev = "${includedir} ${datadir}/eigen3/cmake ${datadir}/cmake/Modules ${datadir}/pkgconfig" + +# ${PN} is empty so we need to tweak -dev and -dbg package dependencies +RDEPENDS_${PN}-dev = "" +RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" -- 2.17.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
