mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
inotify-tools: upgrade 3.21.9.6 -> 3.22.1.0
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>
This commit is contained in:
-29
@@ -1,29 +0,0 @@
|
||||
From 1e37cc3aa674c4b052f0655fef59a910fd7325cb Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Thu, 16 Dec 2021 14:53:25 -0800
|
||||
Subject: [PATCH 1/2] libinotifytools: Include limit.h for PATH_MAX
|
||||
|
||||
musl builds fail since the required header which defines PATH_MAX is
|
||||
missing, its perhaps included indirectly via glibc based systems
|
||||
|
||||
Upstream-Status: Submitted [https://github.com/inotify-tools/inotify-tools/pull/153]
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
libinotifytools/src/inotifytools.c | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/libinotifytools/src/inotifytools.c b/libinotifytools/src/inotifytools.c
|
||||
index 8bdfdb6..902eac2 100644
|
||||
--- a/libinotifytools/src/inotifytools.c
|
||||
+++ b/libinotifytools/src/inotifytools.c
|
||||
@@ -17,6 +17,7 @@
|
||||
#include "inotifytools_p.h"
|
||||
#include "stats.h"
|
||||
|
||||
+#include <limits.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <stdlib.h>
|
||||
--
|
||||
2.34.1
|
||||
|
||||
+1
-2
@@ -5,10 +5,9 @@ SECTION = "console/devel"
|
||||
LICENSE = "GPL-2.0"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=ac6c26e52aea428ee7f56dc2c56424c6"
|
||||
|
||||
SRCREV = "8f8fcdffb7e80928bea6c1fccd3527a9f5d8fe77"
|
||||
SRCREV = "4b72dcd15299e1d0cb096397d9aab513ffed1657"
|
||||
|
||||
SRC_URI = "git://github.com/${BPN}/${BPN};branch=master;protocol=https \
|
||||
file://0001-libinotifytools-Include-limit.h-for-PATH_MAX.patch \
|
||||
file://0002-libinotifytools-Bridge-differences-between-musl-glib.patch \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user