From: Denys Dmytriyenko <[email protected]> This actually uses pkg-config, so needs to inherit the correct class.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-extras/recipes-graphics/kms++/kms++_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-extras/recipes-graphics/kms++/kms++_git.bb b/meta-arago-extras/recipes-graphics/kms++/kms++_git.bb index 519b8299..eb39736c 100644 --- a/meta-arago-extras/recipes-graphics/kms++/kms++_git.bb +++ b/meta-arago-extras/recipes-graphics/kms++/kms++_git.bb @@ -24,7 +24,7 @@ FILES:${PN}-python += "${libdir}/python*/site-packages" S = "${WORKDIR}/git" -inherit python3native meson update-alternatives +inherit python3native meson pkgconfig update-alternatives ALTERNATIVE_PRIORITY = "100" ALTERNATIVE:${PN} = "kmstest" -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13549): https://lists.yoctoproject.org/g/meta-arago/message/13549 Mute This Topic: https://lists.yoctoproject.org/mt/89310931/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
