bondcpp: add missing cmake-modules dependency

Since version 1.7.15, the bondcpp package needs the cmake_modules
package. The dependency was added with this commit:
f4265d6b28

This issue was reported by Gauthier Monserand (simkim -at- simkim.net).
This commit is contained in:
Lukas Bulwahn 2014-12-01 11:23:22 +01:00
parent 357b782c43
commit 325cc99045
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = "bond boost roscpp smclib"
DEPENDS = "bond boost cmake-modules roscpp smclib"
require bond-core.inc