Add libcloudproxy to demo image and crosssdk as feature 84/25484/1
authorAndrey Shamanin <andrei.shamanin@orioninc.com>
Mon, 26 Oct 2020 12:22:32 +0000 (15:22 +0300)
committerAndrey Shamanin <andrei.shamanin@orioninc.com>
Mon, 26 Oct 2020 12:28:16 +0000 (15:28 +0300)
Bug-AGL: SPEC-3667
Signed-off-by: Andrey Shamanin <andrei.shamanin@orioninc.com>
Change-Id: I9b14ebd1e3c3c647c8c2b90f02886b397e9a81bc

recipes-apis/agl-service-cloudproxy/libcloudproxy_git.bb [new file with mode: 0644]
recipes-platform/packagegroups/packagegroup-agl-ivi-services.bb

diff --git a/recipes-apis/agl-service-cloudproxy/libcloudproxy_git.bb b/recipes-apis/agl-service-cloudproxy/libcloudproxy_git.bb
new file mode 100644 (file)
index 0000000..dddfcc8
--- /dev/null
@@ -0,0 +1,19 @@
+SUMMARY     = "AGL Client Cloud Proxy Library"
+DESCRIPTION = "libcloudproxy"
+HOMEPAGE    = "http://docs.automotivelinux.org"
+LICENSE     = "Apache-2.0"
+SECTION     = "libs"
+
+BBCLASSEXTEND = " nativesdk"
+
+LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
+
+DEPENDS = "af-binder json-c"
+
+inherit cmake
+
+SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libcloudproxy;protocol=https"
+SRCREV = "2d66933b9bf25af66696b097283109c8a6e87151"
+
+S = "${WORKDIR}/git"
+
index 1c37570..489916b 100644 (file)
@@ -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)} \
     "