mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-08 03:49:57 +00:00
ceres-solver: Removed empty package
By default ceres-solver provides a static library and headers. This change removes an empty package and sets an implicit dependency on dev and dbg packages. Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
0f6bab36cb
commit
e5fefc97c4
@@ -14,4 +14,6 @@ S = "${WORKDIR}/git"
|
|||||||
inherit cmake
|
inherit cmake
|
||||||
|
|
||||||
# Only a static library and headers are created
|
# Only a static library and headers are created
|
||||||
ALLOW_EMPTY_${PN} = "1"
|
RDEPENDS_${PN}-dev = ""
|
||||||
|
RRECOMMENDS_${PN}-dev = "${PN}-staticdev"
|
||||||
|
RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
|
||||||
|
|||||||
Reference in New Issue
Block a user