diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-10-23 12:01:06 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-10-23 12:01:06 +0200 |
commit | 5d7e6770b1248513330f85acbbbe14c7f9d854ca (patch) | |
tree | 1856c7628f5d81a16f0ddeba7423c737c6f4cd32 /recipes-apis/agl-service-cloudproxy | |
parent | d0cd4f075bb2bc6fd68da9bd774a7edee6b84ef6 (diff) |
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 <jsmoeller@linuxfoundation.org>
Change-Id: I07c2ce652f67757ba303c343ed0410baf3f7e7ac
Diffstat (limited to 'recipes-apis/agl-service-cloudproxy')
-rw-r--r-- | recipes-apis/agl-service-cloudproxy/agl-service-cloudproxy_git.bb | 4 |
1 files 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 |