summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/agl-service-nfc
diff options
context:
space:
mode:
authorLoïc Collignon <loic.collignon@iot.bzh>2017-12-19 23:25:30 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-12-27 13:02:32 +0000
commitf46c2da5dda9b860ccefdffc8ceb83d4b4e63f77 (patch)
tree377fbfb8f824e9798ae4ef2d85f8ba1b4ebf70ab /recipes-demo-hmi/agl-service-nfc
parent8ac3aef08334371dd83f8a84fcddf4db3f1195b6 (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.bb17
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 00000000..2862da07
--- /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"
+