aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/inotify-tools
AgeCommit message (Collapse)Author
2023-08-03remove unused AUTHOR variableMichael Opdenacker
No longer used in generating packages Also creates a possible confusion with the recipe maintainer name. Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-23inotify-tools: Fix build on musl and lfs64Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-30inotify-tools: upgrade 3.22.1.0 -> 3.22.6.0wangmy
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-04recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-22inotify-tools: upgrade 3.21.9.6 -> 3.22.1.0Wang Mingyu
0001-libinotifytools-Include-limit.h-for-PATH_MAX.patch removed since it's included in 3.22.1.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-12-21inotify-tools: Fix build on muslKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-12-15inotify-tools: Disable -WerrorKhem Raj
This is to squash a new warning popping with glibc 2.35 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-12-15inotify-tools: Upgrade to 3.21.9.6Khem Raj
Changes https://github.com/inotify-tools/inotify-tools/compare/e268888...8f8fcdf Fixes build errors /usr/include/bits/stdlib.h:46:12: e3.21.9.6rror: call to '__realpath_chk_warn' declared with attribute warning: second argument of realpath must be either NULL or at least PATH_MAX bytes long buffer [-Werror=attribute-warning] | 46 | return __realpath_chk_warn (__name, __resolved, sz); | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | cc1: all warnings being treated as errors Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-03recipes: Update SRC_URI branch and protocolsRichard Purdie
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-03Convert to new override syntaxMartin Jansa
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2020-11-15inotify-tools: upgrade 3.20.2.2 -> 3.20.11.0Pierre-Jean Texier
- 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>
2020-02-25inotify-tools: upgrade 3.20.1 -> 3.20.2.2Pierre-Jean Texier
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-10inotify-tools: Upgrade 3.14 -> 3.20.1Adrian Bunk
Remove patch applied upstream. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-06-12inotify-tools: fix __NR_inotify_add_watch system call number on _MIPS_SIM_ABI64Jackie Huang
The correct value should be the same as defined in linux/arch/mips/include/uapi/asm/unistd.h Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-25inotify-tools: add recipeAndrea Galbusera
inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify. Signed-off-by: Andrea Galbusera <gizero@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>