summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/inotify-tools/inotify-tools/0001-libinotifytools-Include-limit.h-for-PATH_MAX.patch29
-rw-r--r--meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.1.0.bb (renamed from meta-oe/recipes-support/inotify-tools/inotify-tools_3.21.9.6.bb)3
2 files changed, 1 insertions, 31 deletions
diff --git a/meta-oe/recipes-support/inotify-tools/inotify-tools/0001-libinotifytools-Include-limit.h-for-PATH_MAX.patch b/meta-oe/recipes-support/inotify-tools/inotify-tools/0001-libinotifytools-Include-limit.h-for-PATH_MAX.patch
deleted file mode 100644
index f30a62d594..0000000000
--- a/meta-oe/recipes-support/inotify-tools/inotify-tools/0001-libinotifytools-Include-limit.h-for-PATH_MAX.patch
+++ /dev/null
@@ -1,29 +0,0 @@
1From 1e37cc3aa674c4b052f0655fef59a910fd7325cb Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Thu, 16 Dec 2021 14:53:25 -0800
4Subject: [PATCH 1/2] libinotifytools: Include limit.h for PATH_MAX
5
6musl builds fail since the required header which defines PATH_MAX is
7missing, its perhaps included indirectly via glibc based systems
8
9Upstream-Status: Submitted [https://github.com/inotify-tools/inotify-tools/pull/153]
10Signed-off-by: Khem Raj <raj.khem@gmail.com>
11---
12 libinotifytools/src/inotifytools.c | 1 +
13 1 file changed, 1 insertion(+)
14
15diff --git a/libinotifytools/src/inotifytools.c b/libinotifytools/src/inotifytools.c
16index 8bdfdb6..902eac2 100644
17--- a/libinotifytools/src/inotifytools.c
18+++ b/libinotifytools/src/inotifytools.c
19@@ -17,6 +17,7 @@
20 #include "inotifytools_p.h"
21 #include "stats.h"
22
23+#include <limits.h>
24 #include <string.h>
25 #include <strings.h>
26 #include <stdlib.h>
27--
282.34.1
29
diff --git a/meta-oe/recipes-support/inotify-tools/inotify-tools_3.21.9.6.bb b/meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.1.0.bb
index 89c3a00b71..38ba91552c 100644
--- a/meta-oe/recipes-support/inotify-tools/inotify-tools_3.21.9.6.bb
+++ b/meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.1.0.bb
@@ -5,10 +5,9 @@ SECTION = "console/devel"
5LICENSE = "GPL-2.0" 5LICENSE = "GPL-2.0"
6LIC_FILES_CHKSUM = "file://COPYING;md5=ac6c26e52aea428ee7f56dc2c56424c6" 6LIC_FILES_CHKSUM = "file://COPYING;md5=ac6c26e52aea428ee7f56dc2c56424c6"
7 7
8SRCREV = "8f8fcdffb7e80928bea6c1fccd3527a9f5d8fe77" 8SRCREV = "4b72dcd15299e1d0cb096397d9aab513ffed1657"
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://0001-libinotifytools-Include-limit.h-for-PATH_MAX.patch \
12 file://0002-libinotifytools-Bridge-differences-between-musl-glib.patch \ 11 file://0002-libinotifytools-Bridge-differences-between-musl-glib.patch \
13 " 12 "
14 13