Skip to content

Commit

Permalink
inotify-tools: upgrade 3.20.2.2 -> 3.20.11.0
Browse files Browse the repository at this point in the history
- Drop patch (already in version)

This includes the following changes:

98e8dfa inotify-tools 3.20.11.0
583492a Allow produce NULL-delimited output (openembedded#118)
e38d78e Resolves Issue openembedded#72 (openembedded#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 (openembedded#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 (openembedded#111)
67b6e71 Add arm64 build

Signed-off-by: Pierre-Jean Texier <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
texierp authored and kraj committed Nov 15, 2020
1 parent f6a9026 commit ede7ead
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 51 deletions.

This file was deleted.

8 changes: 3 additions & 5 deletions meta-oe/recipes-support/inotify-tools/inotify-tools_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ SECTION = "console/devel"
LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=ac6c26e52aea428ee7f56dc2c56424c6"

SRCREV = "cfa93aa19f81d85b63cd64da30c7499890d4c07d"
PV = "3.20.2.2"
SRCREV = "98e8dfa47eb6a6ba52e35de55d2de21b274a4af8"
PV = "3.20.11.0"

SRC_URI = "git://github.com/rvoicilas/${BPN} \
file://0001-Makefile.am-add-build-rule-for-README.patch \
"
SRC_URI = "git://github.com/rvoicilas/${BPN}"

S = "${WORKDIR}/git"

Expand Down

0 comments on commit ede7ead

Please sign in to comment.