[oe-commits] [meta-openembedded] 01/06: ceres-solver: Removed empty package

git at git.openembedded.org git at git.openembedded.org
Sun Oct 7 01:38:04 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit e5fefc97c4372e1ae50131153777f8a2dc266cf2
Author: Vyacheslav Yurkov <uvv.mail at gmail.com>
AuthorDate: Fri Oct 5 11:53:39 2018 +0200

    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 at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/ceres-solver/ceres-solver_1.14.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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 ad7c8f2..a62e5ef 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"
 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})"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list