summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.6.0.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-12-20 11:27:17 -0800
committerKhem Raj <raj.khem@gmail.com>2022-12-23 08:52:22 -0800
commit562413e6863b6bab8563389b0ace91aa450ee50d (patch)
tree0b28381fd2a108f0d46f34cd083cd5618a92ff96 /meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.6.0.bb
parenta71c6b16b6c3dd6222501c760ddead782e6761e2 (diff)
downloadmeta-openembedded-562413e6863b6bab8563389b0ace91aa450ee50d.tar.gz
inotify-tools: Fix build on musl and lfs64
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.6.0.bb')
-rw-r--r--meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.6.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.6.0.bb b/meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.6.0.bb
index 3d25eecb34..281de522b2 100644
--- a/meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.6.0.bb
+++ b/meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.6.0.bb
@@ -9,7 +9,9 @@ SRCREV = "c8bdbc0a2ed822fc7c67c5c3e102d89fe27fb2d0"
9 9
10SRC_URI = "git://github.com/${BPN}/${BPN};branch=master;protocol=https \ 10SRC_URI = "git://github.com/${BPN}/${BPN};branch=master;protocol=https \
11 file://0002-libinotifytools-Bridge-differences-between-musl-glib.patch \ 11 file://0002-libinotifytools-Bridge-differences-between-musl-glib.patch \
12 " 12 file://0002-configure-Add-AC_SYS_LARGEFILE-autoconf-macro.patch \
13 file://0003-replace-stat64-lstat64-with-stat-lstat.patch \
14 "
13 15
14S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
15 17