Update github.com git:// SRC_URIs
[AGL/meta-agl-demo.git] / recipes-apis / agl-service-identity-agent / agl-service-identity-agent_git.bb
1 DESCRIPTION = "AGL identity agent binding"
2 HOMEPAGE = "https://gitlab.com/iotbzh/aia-binding"
3 SECTION = "base"
4
5 LICENSE = "Apache-2.0"
6 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
7
8 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-identity-agent;protocol=https;branch=${AGL_BRANCH}"
9 SRCREV  = "${AGL_APP_REVISION}"
10 PV = "1.0+git${SRCPV}"
11
12 inherit cmake aglwgt pkgconfig
13
14 S = "${WORKDIR}/git"
15
16 DEPENDS = "curl af-binder json-c systemd"
17