From 067dace0f08268770f1001947fda9af10ef02bd6 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 23 Oct 2018 14:22:26 +0200 Subject: Add CMake Apps module recipe Adds the cmake-apps-module in the SDK and the normal Yocto builds. Bug-AGL: SPEC-1682 Change-Id: Ib8b83dd9664a1566318eb0a140e043c5d82510ce Signed-off-by: Romain Forlot --- meta-app-framework/classes/aglwgt.bbclass | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-app-framework') diff --git a/meta-app-framework/classes/aglwgt.bbclass b/meta-app-framework/classes/aglwgt.bbclass index 8a2c351e0..46a27c14f 100644 --- a/meta-app-framework/classes/aglwgt.bbclass +++ b/meta-app-framework/classes/aglwgt.bbclass @@ -15,6 +15,9 @@ DEPENDS_append = " af-main-native" # for bindings af-binder is required. DEPENDS_append = " af-binder" +# for bindings that use the cmake-apps-module +DEPENDS_append = " cmake-apps-module-native" + # for hal bindings genskel is required. DEPENDS_append = " af-binder-devtools-native" -- cgit 1.2.3-korg