mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
ede7eadd2b
- Drop patch (already in version) This includes the following changes: 98e8dfa inotify-tools 3.20.11.0 583492a Allow produce NULL-delimited output (#118) e38d78e Resolves Issue #72 (#113) 8672a5e User $(id -u) over $USER e5f4ec6 Create FUNDING.yml 8967735 Add integration test to test if chown is tracked successfully e114a35 Only call git clean -fdx if specified 933dea5 Update issue templates 6644476 Create CODE_OF_CONDUCT.md c03dcfc Added -P/--no-dereference to watch a symlink (#46) aa125f5 Use localtime_r over localtime d222aa9 Fix some issues pointed out by lgtm 69829a8 cirrus-ci: disable the FreeBSD 13 builds c164cfd Add status for FreeBSD 1b06e96 Stop running unit tests on FreeBSD 7ddf451 Makefile.am: add build rule for README (#111) 67b6e71 Add arm64 build Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
22 lines
585 B
BlitzBasic
22 lines
585 B
BlitzBasic
SUMMARY = "Command line tools and C library providing a simple interface to inotify"
|
|
AUTHOR = "Rohan McGovern <rohan@mcgovern.id.au>"
|
|
HOMEPAGE = "http://wiki.github.com/rvoicilas/inotify-tools"
|
|
SECTION = "console/devel"
|
|
LICENSE = "GPL-2.0"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=ac6c26e52aea428ee7f56dc2c56424c6"
|
|
|
|
SRCREV = "98e8dfa47eb6a6ba52e35de55d2de21b274a4af8"
|
|
PV = "3.20.11.0"
|
|
|
|
SRC_URI = "git://github.com/rvoicilas/${BPN}"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools
|
|
|
|
EXTRA_OECONF = "--disable-doxygen"
|
|
|
|
PACKAGES =+ "libinotifytools"
|
|
|
|
FILES_libinotifytools = "${libdir}/lib*.so.*"
|