Skip to content

Commit

Permalink
sdbus-c++-libsystemd: bugfix dev package is not installed
Browse files Browse the repository at this point in the history
since sdbus-c++-libsystemd outputs only static libraries, it will
not be installed inside the SDK.

add RDEPENDS:${PN}-dev = "" to remove the dependency to the empty package
when installing the sdbus-c++-libsystemd-dev into the SDK

without this change the SDK is missing sdbus-c++-dev and sdbus-c++-libsystemd-dev

Signed-off-by: Ben Fekih, Hichem <hichem.benfekih@ifm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
karthago1 authored and kraj committed Apr 22, 2022
1 parent b932a20 commit ec6d073
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_250.3.bb
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ EXTRA_OEMESON += "-Dstatic-libsystemd=pic"

S = "${WORKDIR}/git"

RDEPENDS:${PN}-dev = ""

do_compile() {
ninja -v ${PARALLEL_MAKE} version.h
ninja -v ${PARALLEL_MAKE} libsystemd.a
Expand Down

0 comments on commit ec6d073

Please sign in to comment.