From 5d7e6770b1248513330f85acbbbe14c7f9d854ca Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Fri, 23 Oct 2020 12:01:06 +0200 Subject: [PATCH] Adapt agl-service-cloudproxy dependencies The latest changes require the recipe to change. Also the LICENSE file had whitespace at the end removed. Required to fix the build. Signed-off-by: Jan-Simon Moeller Change-Id: I07c2ce652f67757ba303c343ed0410baf3f7e7ac --- recipes-apis/agl-service-cloudproxy/agl-service-cloudproxy_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-apis/agl-service-cloudproxy/agl-service-cloudproxy_git.bb b/recipes-apis/agl-service-cloudproxy/agl-service-cloudproxy_git.bb index 6d40b9dcd..99773a42c 100644 --- a/recipes-apis/agl-service-cloudproxy/agl-service-cloudproxy_git.bb +++ b/recipes-apis/agl-service-cloudproxy/agl-service-cloudproxy_git.bb @@ -3,7 +3,7 @@ DESCRIPTION = "AGL cloud proxy service build with recipe method" HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/apps/agl-service-cloudproxy" SECTION = "apps" LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=133bb7bd14f18c4f134e819619b3f09a" +LIC_FILES_CHKSUM = "file://LICENSE;md5=34f8c1142fd6208a8be89399cb521df9" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-cloudproxy;protocol=https;branch=${AGL_BRANCH}" SRCREV = "${AGL_APP_REVISION}" @@ -11,7 +11,7 @@ SRCREV = "${AGL_APP_REVISION}" PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git/" -DEPENDS = "azure-iot-sdk-c aws-iot-device-sdk-embedded-c glib-2.0" +DEPENDS = "azure-iot-sdk-c aws-iot-device-sdk-embedded-c glib-2.0 nlohmann-json" inherit cmake aglwgt pkgconfig -- 2.16.6