diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-12-27 12:29:58 +0100 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-12-27 12:32:11 +0100 |
commit | fa93473cc5b3c016fbf8b850a9cae657799ad308 (patch) | |
tree | b8b3309d42f4ca3ab1d1b539905d90b04e8aee6e | |
parent | 602b0293ac24702e1e4957312dcd1e765d28e125 (diff) |
Revert "Add the libafb-helpers and libappcontroller to SDK"guppy_6.99.3guppy/6.99.36.99.3
This reverts commit 602b0293ac24702e1e4957312dcd1e765d28e125.
This is needed due to the other revert in meta-agl (#19359).
Otherwise, agl-demo-platform-crosssdk is not buildable.
Bug-AGL: SPEC-1689
Change-Id: Iae246faf53f8fa4946891de49646aec87fb14c19
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
-rwxr-xr-x | recipes-platform/images/agl-demo-platform-crosssdk.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-platform/images/agl-demo-platform-crosssdk.bb b/recipes-platform/images/agl-demo-platform-crosssdk.bb index d51ae053b..65de7fe7c 100755 --- a/recipes-platform/images/agl-demo-platform-crosssdk.bb +++ b/recipes-platform/images/agl-demo-platform-crosssdk.bb @@ -44,8 +44,6 @@ TOOLCHAIN_TARGET_TASK += " \ libssp-dev \ lua-dev \ lua-staticdev \ - libafb-helpers-staticdev \ - libappcontroller-staticdev \ ${@bb.utils.contains('LICENSE_FLAGS_WHITELIST', 'commercial', 'ffmpeg-dev', '', d)} \ " |