blob: 281de522b291b525b29d9c09d0ac0c9fb1c7c383 [file] [log] [blame]
Andrew Geissler7e0e3c02022-02-25 20:34:39 +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"
Andrew Geissler9aee5002022-03-30 16:27:02 +00005LICENSE = "GPL-2.0-only"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00006LIC_FILES_CHKSUM = "file://COPYING;md5=ac6c26e52aea428ee7f56dc2c56424c6"
7
Andrew Geissler615f2f12022-07-15 14:00:58 -05008SRCREV = "c8bdbc0a2ed822fc7c67c5c3e102d89fe27fb2d0"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00009
10SRC_URI = "git://github.com/${BPN}/${BPN};branch=master;protocol=https \
11 file://0002-libinotifytools-Bridge-differences-between-musl-glib.patch \
Andrew Geissler517393d2023-01-13 08:55:19 -060012 file://0002-configure-Add-AC_SYS_LARGEFILE-autoconf-macro.patch \
13 file://0003-replace-stat64-lstat64-with-stat-lstat.patch \
14 "
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000015
16S = "${WORKDIR}/git"
17
18inherit autotools
19
20EXTRA_OECONF = "--disable-doxygen"
21
22# workaround until glibc 2.35 is fixed for this [1]
23# [1] https://sourceware.org/pipermail/libc-alpha/2021-December/134215.html
24CFLAGS += "-Wno-error"
25
26PACKAGES =+ "libinotifytools"
27
28FILES:libinotifytools = "${libdir}/lib*.so.*"