summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/libnfc/libnfc_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-05-20 22:17:42 -0700
committerKhem Raj <raj.khem@gmail.com>2019-05-21 08:48:56 -0700
commit75c7d0058a66a60a58f1acc8e6d08556621c602c (patch)
tree40f55b4b706715737397479ac0217991ea51ff95 /meta-oe/recipes-core/libnfc/libnfc_git.bb
parentec45dce920ed8ac478234e97c3e164be481d9365 (diff)
downloadmeta-openembedded-75c7d0058a66a60a58f1acc8e6d08556621c602c.tar.gz
libnfc: Fix build with musl
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.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/libnfc/libnfc_git.bb b/meta-oe/recipes-core/libnfc/libnfc_git.bb
index d00733bf58..7efd3443dd 100644
--- a/meta-oe/recipes-core/libnfc/libnfc_git.bb
+++ b/meta-oe/recipes-core/libnfc/libnfc_git.bb
@@ -9,6 +9,9 @@ inherit autotools pkgconfig
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11SRCREV = "c42e2502d4627d3ea62f83c32677b100bb3cebdc" 11SRCREV = "c42e2502d4627d3ea62f83c32677b100bb3cebdc"
12SRC_URI = "git://github.com/nfc-tools/libnfc.git" 12SRC_URI = "git://github.com/nfc-tools/libnfc.git \
13 file://0001-usbbus-Include-stdint.h-for-uintX_t.patch \
14 "
13 15
16CFLAGS_append_libc-musl = " -D_GNU_SOURCE"
14DEPENDS = "libusb" 17DEPENDS = "libusb"