]> code.ossystems Code Review - openembedded-core.git/commit
kea: don't use PACKAGECONFIG inappropriately
authorRoss Burton <ross@burtonini.com>
Thu, 3 Sep 2020 20:31:52 +0000 (21:31 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 5 Sep 2020 21:18:12 +0000 (22:18 +0100)
commitd58dc77ab71ea85f8f12ea4ca2e28e0afee60440
tree8192904de125fab20735b463e4dbe5ceac831ad3
parent5e6174c58d5e3a95eccee773b6670242cb9ab8f4
kea: don't use PACKAGECONFIG inappropriately

The Kea recipe has PACKAGECONFIG options for boost, openssl, and
log4cplus. However, these are not optional but mandatory dependencies.

Remove the PACKAGECONFIGs and replace with explicit DEPENDS and
EXTRA_OECONF. Also the RDEPENDS in the PACKAGECONFIGs are redundant as
the library dependencies are generated correctly.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/kea/kea_1.7.7.bb