- Jan 28, 2017
-
-
Lukas Bulwahn authored
Without the dependency on cmake-modules, `bitbake eigen-conversions` can possibly fail with: ``` | CMake Error at /home/lukas/dev/openembedded.org/openembedded-core/build/tmp-glibc/work/i586-oe-linux/eigen-conversions/1.11.8-r0/recipe-sysroot-native/opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:83 (find_package): | Could not find a package configuration file provided by "cmake_modules" | with any of the following names: | | cmake_modulesConfig.cmake | cmake_modules-config.cmake | | Add the installation prefix of "cmake_modules" to CMAKE_PREFIX_PATH or set | "cmake_modules_DIR" to a directory containing one of the above files. If | "cmake_modules" provides a separate development package or SDK, be sure it | has been installed. | Call Stack (most recent call first): | CMakeLists.txt:5 (find_package) | | | -- Configuring incomplete, errors occurred! ``` The failure only occurs if cmake-modules has not been installed before eigen-conversions is configured. Hence, the regular regression testing with `bitbake core-image-ros-world`, which builds many packages in parallel, did not uncover this because make-modules was usually installed before eigen-conversions was configured. However, the issue is clearly reproducible with `bitbake eigen-conversions cmake-modules -c cleanall && bitbake eigen-conversions` The missing dependency was probably introduced by the automatic recipe updates without checking for new dependencies. Signed-off-by:
Lukas Bulwahn <lukas.bulwahn@gmail.com>
-
- Oct 12, 2016
-
-
Lukas Bulwahn authored
-
- Jun 14, 2016
-
-
Lukas Bulwahn authored
-
- Jun 10, 2015
-
-
Lukas Bulwahn authored
The patch provided upstream is incorporated since 1.11.4 and hence is removed.
-
- Apr 24, 2014
-
-
Lukas Bulwahn authored
This commit further adds a simple fix to the patch for the ros-comm repository.
-
- Mar 20, 2014
-
-
Lukas Bulwahn authored
-
- Mar 09, 2014
-
-
Kristof Robot authored
Resolves: File "/usr/lib/python2.7/site-packages/tf/transformations.py", line 174, in <module> import numpy ImportError: No module named numpy
-
- Mar 04, 2014
-
-
Lukas Bulwahn authored
-
- Mar 03, 2014
-
-
Lukas Bulwahn authored
-
- Nov 05, 2013
-
-
Lukas Bulwahn authored
-
- Nov 01, 2013
-
-
Kristof Robot authored
-
Kristof Robot authored
-
- Oct 14, 2013
-
-
Lukas Bulwahn authored
-
- Sep 23, 2013
-
-
Lukas Bulwahn authored
When CATKIN_ENABLE_TESTING is deactivated, the ROS packages do not require the rostest package. This commit includes a number of patches to be submitted in the upstream repositories and removes the rostest dependencies from the recipes.
-
- Sep 05, 2013
-
-
Lukas Bulwahn authored
The tf recipe is updated to 1.10.6 to be in line with https://github.com/ros/rosdistro/blob/9cb0c7fb0565614f2b5482a8a6c9411ad7bf257c/hydro/release.yaml.
-
- Aug 26, 2013
-
-
Stefan Herbrechtsmeier authored
Signed-off-by:
Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
-
- Jul 22, 2013
-
-
Lukas Bulwahn authored
The previously applied patch is incorporated in the hydro release version of the tf package. Also, the new tf package has further dependencies.
-
- Jul 05, 2013
-
-
Lukas Bulwahn authored
-
- Jun 11, 2013
-
-
Lukas Bulwahn authored
-