kernel: enable 4A-specific config option snd-aloop
[AGL/meta-agl.git] / meta-app-framework / classes / aglwgt.bbclass
index b208bab..aa27c24 100644 (file)
@@ -15,10 +15,13 @@ DEPENDS_append = " af-main-native"
 # for bindings  af-binder is required.
 DEPENDS_append = " af-binder"
 
+# for hal bindings genskel is required.
+DEPENDS_append = " af-binder-devtools-native"
+
 do_aglwgt_package()  {
         cd ${B}
+        ${S}/conf.d/autobuild/agl/autobuild package BUILD_DIR=${B} DEST=${B}/package VERBOSE=TRUE || \
         make package || \
-        ${S}/conf.d/autobuild/agl/autobuild package BUILD_DIR=${B} DEST=${B}/package || \
         ( bbwarn "Your makefile must support the 'make package' target" ; \
           bbwarn "and generate a .wgt file using wgtpack in the"; \
           bbwarn "subfolder ./package/ !" ; \