Skip to content
Snippets Groups Projects
  • Lukas Bulwahn's avatar
    8c8349b3
    diagnostic-aggregator: improve build dependency · 8c8349b3
    Lukas Bulwahn authored
    
    bitbake diagnostic-aggregrator failed due to missing build
    dependencies with:
    ```
    | -- Could not find the required component 'bondcpp'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found.
    | CMake Error at /home/lukas/dev/openembedded.org/openembedded-core/build/tmp-glibc/sysroots/qemux86/opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
    |   Could not find a package configuration file provided by "bondcpp" with any
    |   of the following names:
    |
    |     bondcppConfig.cmake
    |     bondcpp-config.cmake
    |
    |   Add the installation prefix of "bondcpp" to CMAKE_PREFIX_PATH or set
    |   "bondcpp_DIR" to a directory containing one of the above files.  If
    |   "bondcpp" provides a separate development package or SDK, be sure it has
    |   been installed.
    | Call Stack (most recent call first):
    |   CMakeLists.txt:6 (find_package)
    |
    |
    | -- Configuring incomplete, errors occurred!
    ```
    
    Signed-off-by: default avatarLukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
    8c8349b3
    History
    diagnostic-aggregator: improve build dependency
    Lukas Bulwahn authored
    
    bitbake diagnostic-aggregrator failed due to missing build
    dependencies with:
    ```
    | -- Could not find the required component 'bondcpp'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found.
    | CMake Error at /home/lukas/dev/openembedded.org/openembedded-core/build/tmp-glibc/sysroots/qemux86/opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
    |   Could not find a package configuration file provided by "bondcpp" with any
    |   of the following names:
    |
    |     bondcppConfig.cmake
    |     bondcpp-config.cmake
    |
    |   Add the installation prefix of "bondcpp" to CMAKE_PREFIX_PATH or set
    |   "bondcpp_DIR" to a directory containing one of the above files.  If
    |   "bondcpp" provides a separate development package or SDK, be sure it has
    |   been installed.
    | Call Stack (most recent call first):
    |   CMakeLists.txt:6 (find_package)
    |
    |
    | -- Configuring incomplete, errors occurred!
    ```
    
    Signed-off-by: default avatarLukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
diagnostic-aggregator_1.8.10.bb 282 B