diff options
-rw-r--r-- | meta-oe/recipes-support/inotify-tools/inotify-tools/0001-libinotifytools-Include-limit.h-for-PATH_MAX.patch | 29 | ||||
-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 @@ | |||
1 | From 1e37cc3aa674c4b052f0655fef59a910fd7325cb Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Thu, 16 Dec 2021 14:53:25 -0800 | ||
4 | Subject: [PATCH 1/2] libinotifytools: Include limit.h for PATH_MAX | ||
5 | |||
6 | musl builds fail since the required header which defines PATH_MAX is | ||
7 | missing, its perhaps included indirectly via glibc based systems | ||
8 | |||
9 | Upstream-Status: Submitted [https://github.com/inotify-tools/inotify-tools/pull/153] | ||
10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
11 | --- | ||
12 | libinotifytools/src/inotifytools.c | 1 + | ||
13 | 1 file changed, 1 insertion(+) | ||
14 | |||
15 | diff --git a/libinotifytools/src/inotifytools.c b/libinotifytools/src/inotifytools.c | ||
16 | index 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 | -- | ||
28 | 2.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" | |||
5 | LICENSE = "GPL-2.0" | 5 | LICENSE = "GPL-2.0" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=ac6c26e52aea428ee7f56dc2c56424c6" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=ac6c26e52aea428ee7f56dc2c56424c6" |
7 | 7 | ||
8 | SRCREV = "8f8fcdffb7e80928bea6c1fccd3527a9f5d8fe77" | 8 | SRCREV = "4b72dcd15299e1d0cb096397d9aab513ffed1657" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/${BPN}/${BPN};branch=master;protocol=https \ | 10 | SRC_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 | ||