mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
0f6bab36cb
commit
e5fefc97c4
|
|
@ -14,4 +14,6 @@ S = "${WORKDIR}/git"
|
|||
inherit cmake
|
||||
|
||||
# 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})"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user