X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-apis%2Fagl-service-cloudproxy%2Fagl-service-cloudproxy_git.bb;h=99773a42cff5afa317e01081fb34f8596b907d6e;hb=refs%2Fchanges%2F41%2F25641%2F1;hp=dcfb3844d149c6020daa532058481ff9be4d5e87;hpb=ef30c6cb8eaeee242800fb7b772de96569b2250f;p=AGL%2Fmeta-agl-demo.git 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 dcfb3844d..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,22 +3,21 @@ 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" -inherit cmake aglwgt pkgconfig - -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-cloudproxy;protocol=https" - -SRCREV = "0cecffd4565b52bd8d200f6bc9f4144f244a6515" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-cloudproxy;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "${AGL_APP_REVISION}" PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git/" -DEPENDS = "azure-iot-sdk-c glib-2.0" +DEPENDS = "azure-iot-sdk-c aws-iot-device-sdk-embedded-c glib-2.0 nlohmann-json" -RDEPENDS_${PN} += "azure-iot-sdk-c azure-c-shared-utility" +inherit cmake aglwgt pkgconfig -#azure include files +# Azure include files CXXFLAGS_prepend += "-I${STAGING_INCDIR}/azureiot" +RDEPENDS_${PN} += "azure-iot-sdk-c azure-c-shared-utility aws-iot-device-sdk-embedded-c" + BBCLASSEXTEND = "native nativesdk"