aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/libnfc/libnfc_git.bb
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2020-06-08 12:52:56 +0200
committerKhem Raj <raj.khem@gmail.com>2020-06-08 22:00:37 -0700
commit8bec347159e6ad3bb8b376ccaff8df5b5591e228 (patch)
treeffdef333b24b6b24e1a2a3cdee90067f9307661c /meta-oe/recipes-core/libnfc/libnfc_git.bb
parentc3041362f5053ec272916329b4321547a21adb8b (diff)
downloadmeta-openembedded-contrib-8bec347159e6ad3bb8b376ccaff8df5b5591e228.tar.gz
libnfc: upgrade 1.7.1 -> 1.8.0
See full changelog https://github.com/nfc-tools/libnfc/blob/master/ChangeLog#L1 Also remove patch applied upstream Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core/libnfc/libnfc_git.bb')
-rw-r--r--meta-oe/recipes-core/libnfc/libnfc_git.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-oe/recipes-core/libnfc/libnfc_git.bb b/meta-oe/recipes-core/libnfc/libnfc_git.bb
index 2851ecf9fe..9e602f193b 100644
--- a/meta-oe/recipes-core/libnfc/libnfc_git.bb
+++ b/meta-oe/recipes-core/libnfc/libnfc_git.bb
@@ -7,13 +7,11 @@ SECTION = "libs"
inherit autotools pkgconfig
-PV = "1.7.1+git${SRCPV}"
+PV = "1.8.0+git${SRCPV}"
S = "${WORKDIR}/git"
-SRCREV = "2d4543673e9b76c02679ca8b89259659f1afd932"
-SRC_URI = "git://github.com/nfc-tools/libnfc.git \
- file://0001-usbbus-Include-stdint.h-for-uintX_t.patch \
- "
+SRCREV = "f02ff51449240102c27a97173dc495e8e7789046"
+SRC_URI = "git://github.com/nfc-tools/libnfc.git"
CFLAGS_append_libc-musl = " -D_GNU_SOURCE"
DEPENDS = "libusb"