diff options
author | Andrey Shamanin <andrei.shamanin@orioninc.com> | 2020-10-26 15:22:32 +0300 |
---|---|---|
committer | Andrey Shamanin <andrei.shamanin@orioninc.com> | 2020-10-26 15:28:16 +0300 |
commit | 1871597cb1e4b18f5cc4a1567b8edb3eefc8ee49 (patch) | |
tree | cc43b5684360059342761043fa202f96b4d8fb94 /recipes-platform/packagegroups/packagegroup-agl-ivi-services.bb | |
parent | 5d7e6770b1248513330f85acbbbe14c7f9d854ca (diff) |
Add libcloudproxy to demo image and crosssdk as feature
Bug-AGL: SPEC-3667
Signed-off-by: Andrey Shamanin <andrei.shamanin@orioninc.com>
Change-Id: I9b14ebd1e3c3c647c8c2b90f02886b397e9a81bc
Diffstat (limited to 'recipes-platform/packagegroups/packagegroup-agl-ivi-services.bb')
-rw-r--r-- | recipes-platform/packagegroups/packagegroup-agl-ivi-services.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-platform/packagegroups/packagegroup-agl-ivi-services.bb b/recipes-platform/packagegroups/packagegroup-agl-ivi-services.bb index 1c3757058..489916b58 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-ivi-services.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-ivi-services.bb @@ -26,5 +26,5 @@ RDEPENDS_${PN} += "\ agl-service-unicens \ agl-service-unicens-controller \ agl-service-weather \ - ${@bb.utils.contains('AGL_CLOUDPROXY_WANTED','1', 'agl-service-cloudproxy', '', d)} \ + ${@bb.utils.contains('AGL_CLOUDPROXY_WANTED','1', 'agl-service-cloudproxy libcloudproxy', '', d)} \ " |