diff options
author | Loïc Collignon <loic.collignon@iot.bzh> | 2017-12-19 23:25:30 +0100 |
---|---|---|
committer | Stéphane Desneux <stephane.desneux@iot.bzh> | 2017-12-22 14:06:49 +0000 |
commit | ac407799fe7fbb392534c352f596ddc511b009e8 (patch) | |
tree | 2942df7a2613a6023008d337b62911513ad06598 /recipes-demo-hmi/agl-service-nfc | |
parent | f4247f51038912c3ae78a6094922207cca192876 (diff) |
add recipes for identity, data persistence and nfc
Bug-AGL: SPEC-1187
Change-Id: Id251a7dcf7a37117a3e3a7314d57c062e02af6de
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
Diffstat (limited to 'recipes-demo-hmi/agl-service-nfc')
-rw-r--r-- | recipes-demo-hmi/agl-service-nfc/agl-service-nfc_git.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-demo-hmi/agl-service-nfc/agl-service-nfc_git.bb b/recipes-demo-hmi/agl-service-nfc/agl-service-nfc_git.bb new file mode 100644 index 000000000..2862da070 --- /dev/null +++ b/recipes-demo-hmi/agl-service-nfc/agl-service-nfc_git.bb @@ -0,0 +1,17 @@ +SUMMARY = "agl-service-nfc" +DESCRIPTION = "" +HOMEPAGE = "https://www.github.com/iotbzh/nfc-binding" +SECTION = "apps" +DEPENDS = "af-binder json-c libnfc" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" + +inherit cmake pkgconfig aglwgt + +SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/agl-service-nfc;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "${AGL_APP_REVISION}" + +PV = "1.0+git${SRCPV}" +S = "${WORKDIR}/git" + |