blob: 89c3a00b71f331a26658f201a0f5ccb5fe08b5d8 [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "Command line tools and C library providing a simple interface to inotify"
2AUTHOR = "Rohan McGovern <rohan@mcgovern.id.au>"
3HOMEPAGE = "http://wiki.github.com/rvoicilas/inotify-tools"
4SECTION = "console/devel"
5LICENSE = "GPL-2.0"
6LIC_FILES_CHKSUM = "file://COPYING;md5=ac6c26e52aea428ee7f56dc2c56424c6"
7
8SRCREV = "8f8fcdffb7e80928bea6c1fccd3527a9f5d8fe77"
9
10SRC_URI = "git://github.com/${BPN}/${BPN};branch=master;protocol=https \
11 file://0001-libinotifytools-Include-limit.h-for-PATH_MAX.patch \
12 file://0002-libinotifytools-Bridge-differences-between-musl-glib.patch \
13 "
14
15S = "${WORKDIR}/git"
16
17inherit autotools
18
19EXTRA_OECONF = "--disable-doxygen"
20
21# workaround until glibc 2.35 is fixed for this [1]
22# [1] https://sourceware.org/pipermail/libc-alpha/2021-December/134215.html
23CFLAGS += "-Wno-error"
24
25PACKAGES =+ "libinotifytools"
26
27FILES:libinotifytools = "${libdir}/lib*.so.*"