udisks: services: change default.target to multi-user.target
[AGL/meta-agl-demo.git] / recipes-connectivity / libnfc / libnfc_git.bb
1 SUMMARY     = "libnfc"
2 DESCRIPTION = "Platform independent Near Field Communication (NFC) library"
3 HOMEPAGE    = "https://github.com/nfc-tools/libnfc"
4 SECTION     = "apps"
5
6 DEPENDS     = "libusb"
7
8 LICENSE = "LGPLv3"
9 LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=b52f2d57d10c4f7ee67a7eb9615d5d24"
10
11 inherit cmake pkgconfig
12
13 SRC_URI = "git://github.com/nfc-tools/libnfc;protocol=https;branch=master"
14 SRCREV = "2d4543673e9b76c02679ca8b89259659f1afd932"
15
16 PV = "1.7.1+git${SRCPV}"
17 S  = "${WORKDIR}/git"
18