From: Romain Forlot Date: Thu, 15 Nov 2018 13:01:37 +0000 (+0100) Subject: Add cmake-apps-module dependency X-Git-Tag: 6.99.1~3 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F01%2F18001%2F1;p=AGL%2Fmeta-agl-devel.git Add cmake-apps-module dependency This fix bindings installation when they don't use the aglwgt main class Change-Id: I0868e0c6df757c5025fc4f9d21e46f8441646506 Signed-off-by: Romain Forlot --- diff --git a/meta-audio-4a-framework/classes/afb-system-cmake.bbclass b/meta-audio-4a-framework/classes/afb-system-cmake.bbclass index b67ea90a..67ad7260 100644 --- a/meta-audio-4a-framework/classes/afb-system-cmake.bbclass +++ b/meta-audio-4a-framework/classes/afb-system-cmake.bbclass @@ -1,6 +1,6 @@ inherit afb-system -DEPENDS += "alsa-lib json-c systemd af-binder" +DEPENDS += "alsa-lib json-c systemd af-binder cmake-apps-module-native" inherit cmake pkgconfig EXTRA_OECMAKE_append = " -DCMAKE_INSTALL_PREFIX=${INSTALL_PREFIX}"