diff options
-rw-r--r-- | meta-oe/recipes-support/ceres-solver/ceres-solver_1.14.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/ceres-solver/ceres-solver_1.14.bb b/meta-oe/recipes-support/ceres-solver/ceres-solver_1.14.bb index ad7c8f2a3b..a62e5ef230 100644 --- a/meta-oe/recipes-support/ceres-solver/ceres-solver_1.14.bb +++ b/meta-oe/recipes-support/ceres-solver/ceres-solver_1.14.bb | |||
@@ -14,4 +14,6 @@ S = "${WORKDIR}/git" | |||
14 | inherit cmake | 14 | inherit cmake |
15 | 15 | ||
16 | # Only a static library and headers are created | 16 | # Only a static library and headers are created |
17 | ALLOW_EMPTY_${PN} = "1" | 17 | RDEPENDS_${PN}-dev = "" |
18 | RRECOMMENDS_${PN}-dev = "${PN}-staticdev" | ||
19 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" | ||