add recipes for identity, data persistence and nfc
[AGL/meta-agl-demo.git] / recipes-demo-hmi / agl-service-nfc / agl-service-nfc_git.bb
1 SUMMARY     = "agl-service-nfc"
2 DESCRIPTION = ""
3 HOMEPAGE    = "https://www.github.com/iotbzh/nfc-binding"
4 SECTION     = "apps"
5 DEPENDS     = "af-binder json-c libnfc"
6
7 LICENSE = "Apache-2.0"
8 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
9
10 inherit cmake pkgconfig aglwgt
11
12 SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/agl-service-nfc;protocol=https;branch=${AGL_BRANCH}"
13 SRCREV = "${AGL_APP_REVISION}"
14
15 PV = "1.0+git${SRCPV}"
16 S  = "${WORKDIR}/git"
17