aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libeigen
AgeCommit message (Collapse)Author
2014-07-21libeigen: remove obsolete setting for default out-of-tree buildLukas Bulwahn
Since commit 783fb88f@openembedded-core, out-of-tree builds of cmake-based recipes are the default, and the variables OECMAKE_BUILDPATH and OECMAKE_SOURCEPATH were deprecated. With the commit 2c23d7ab@openembedded-core, the variable OECMAKE_SOURCEPATH was put back into action, but this causes the libeigen recipe to fail as OECMAKE_SOURCEPATH is set in the recipe, but OECMAKE_BUILDPATH is set to the bbclass default. This commit simply removes both variables from the libeigen recipe and hence sets the recipe to do a default out-of-tree build. This resolves the build failure of libeigen with 2c23d7ab@openembedded-core, and furthermore, the adjusted recipe still works with the cmake.bbclass of 783fb88f@openembedded-core. The build failure was discovered during the regression testing of the meta-ros layer. The exact build error message and its investigation is recorded in issue #276 of the meta-ros issue tracker at https://github.com/bmwcarit/meta-ros/issues/276. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de> Tested-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-05libeigen: initial contribution required by opencvLukas Bulwahn
As opencv depends on libeigen, libeigen is added to the meta-oe layer. This commit is derived from the work [1] by Kartik Mohta. [1] https://github.com/kartikmohta/meta-km/tree/master/recipes-extended/eigen Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>