diff options
author | Thierry Bultel <thierry.bultel@iot.bzh> | 2019-06-13 15:51:22 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-06-17 18:20:14 +0000 |
commit | bfef212c2294de0179274c7391a3e4a7b7ce6db1 (patch) | |
tree | 30656f307be18bf0765c19db088e10729288d54c | |
parent | 334a20160e0c4e8119478542fdacade1f268a1c1 (diff) |
agl-image-minimal-crosssdk: add afb-helpers & appcontroller libs
Applications that no longer use the afb-helpers & appcontroller
as submodules must be buildable with a minimal SDK.
Bug-AGL: SPEC-2527
Change-Id: I31af05e2a9256db68394dcef88e424ecc8eb1ec2
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
-rwxr-xr-x | meta-agl-profile-core/recipes-platform/images/agl-image-minimal-crosssdk.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-agl-profile-core/recipes-platform/images/agl-image-minimal-crosssdk.bb b/meta-agl-profile-core/recipes-platform/images/agl-image-minimal-crosssdk.bb index 44c43c54a..27c1ee6d6 100755 --- a/meta-agl-profile-core/recipes-platform/images/agl-image-minimal-crosssdk.bb +++ b/meta-agl-profile-core/recipes-platform/images/agl-image-minimal-crosssdk.bb @@ -22,6 +22,8 @@ TOOLCHAIN_HOST_TASK += " \ TOOLCHAIN_TARGET_TASK += " \ lua-dev \ lua-staticdev \ + libafb-helpers-staticdev \ + libappcontroller-staticdev \ " inherit populate_sdk |