Add cmake-apps-module dependency 01/18001/1
authorRomain Forlot <romain.forlot@iot.bzh>
Thu, 15 Nov 2018 13:01:37 +0000 (14:01 +0100)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 15 Nov 2018 13:03:55 +0000 (14:03 +0100)
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>
meta-audio-4a-framework/classes/afb-system-cmake.bbclass

index b67ea90..67ad726 100644 (file)
@@ -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}"