summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-core/recipes-devtools/packagegroups
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-10-23 14:22:26 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2018-10-29 14:24:23 +0000
commit067dace0f08268770f1001947fda9af10ef02bd6 (patch)
treefdad8f6e45c8491c0e52c54262102392a59603f4 /meta-agl-profile-core/recipes-devtools/packagegroups
parente28b57f91a916aa09bcbc25ba109338731a70a23 (diff)
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 <romain.forlot@iot.bzh>
Diffstat (limited to 'meta-agl-profile-core/recipes-devtools/packagegroups')
-rw-r--r--meta-agl-profile-core/recipes-devtools/packagegroups/nativesdk-packagegroup-sdk-host.bbappend4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-agl-profile-core/recipes-devtools/packagegroups/nativesdk-packagegroup-sdk-host.bbappend b/meta-agl-profile-core/recipes-devtools/packagegroups/nativesdk-packagegroup-sdk-host.bbappend
index 504a019b4..a6c709342 100644
--- a/meta-agl-profile-core/recipes-devtools/packagegroups/nativesdk-packagegroup-sdk-host.bbappend
+++ b/meta-agl-profile-core/recipes-devtools/packagegroups/nativesdk-packagegroup-sdk-host.bbappend
@@ -1 +1,3 @@
-RDEPENDS_${PN} += "nativesdk-low-level-can-generator"
+RDEPENDS_${PN} += "nativesdk-low-level-can-generator \
+ nativesdk-cmake-apps-module \
+"