diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-11-15 14:01:37 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-11-15 14:03:55 +0100 |
commit | 4dc43a796722010ae3ed85fb1f0d7076e740ad38 (patch) | |
tree | 84adbc24d0e4cd14b13035d85011359b5861aa79 | |
parent | d531eb3872684bb873d157a09f0048d4fbc70e0d (diff) |
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 <romain.forlot@iot.bzh>
-rw-r--r-- | meta-audio-4a-framework/classes/afb-system-cmake.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
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}" |