summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-demo/recipes-connectivity/libnfc/libnfc_git.bb
blob: bd216f815cbce9f737c6db653df181e7191325a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUMMARY     = "libnfc"
DESCRIPTION = "Platform independent Near Field Communication (NFC) library"
HOMEPAGE    = "https://github.com/nfc-tools/libnfc"
SECTION     = "apps"

DEPENDS     = "libusb"

LICENSE = "LGPLv3"
LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=b52f2d57d10c4f7ee67a7eb9615d5d24"

inherit cmake pkgconfig

SRC_URI = "git://github.com/nfc-tools/libnfc;protocol=https;branch=master"
SRCREV = "2d4543673e9b76c02679ca8b89259659f1afd932"

PV = "1.7.1+git${SRCPV}"
S  = "${WORKDIR}/git"