diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyfanotify/0001-ext-define-FNM_EXTMATCH-if-not-already-defined.patch | 8 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyfanotify_0.2.1.bb (renamed from meta-python/recipes-devtools/python/python3-pyfanotify_0.2.0.bb) | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyfanotify/0001-ext-define-FNM_EXTMATCH-if-not-already-defined.patch b/meta-python/recipes-devtools/python/python3-pyfanotify/0001-ext-define-FNM_EXTMATCH-if-not-already-defined.patch index 933e08626..2fa3cb05d 100644 --- a/meta-python/recipes-devtools/python/python3-pyfanotify/0001-ext-define-FNM_EXTMATCH-if-not-already-defined.patch +++ b/meta-python/recipes-devtools/python/python3-pyfanotify/0001-ext-define-FNM_EXTMATCH-if-not-already-defined.patch | |||
@@ -13,11 +13,11 @@ Upstream-Status: Inappropriate | |||
13 | 1 file changed, 3 insertions(+) | 13 | 1 file changed, 3 insertions(+) |
14 | 14 | ||
15 | diff --git a/src/ext.c b/src/ext.c | 15 | diff --git a/src/ext.c b/src/ext.c |
16 | index 2ba9a14..98ffc20 100644 | 16 | index e0bbe21..7d979d3 100644 |
17 | --- a/src/ext.c | 17 | --- a/src/ext.c |
18 | +++ b/src/ext.c | 18 | +++ b/src/ext.c |
19 | @@ -18,6 +18,9 @@ | 19 | @@ -19,6 +19,9 @@ |
20 | #include <sys/un.h> | 20 | #include <sys/vfs.h> |
21 | #include <unistd.h> | 21 | #include <unistd.h> |
22 | 22 | ||
23 | +#ifndef FNM_EXTMATCH | 23 | +#ifndef FNM_EXTMATCH |
@@ -27,5 +27,5 @@ index 2ba9a14..98ffc20 100644 | |||
27 | PyDoc_STRVAR(ext__doc__, | 27 | PyDoc_STRVAR(ext__doc__, |
28 | "Wrapper for fanotify.\n" | 28 | "Wrapper for fanotify.\n" |
29 | -- | 29 | -- |
30 | 2.32.0 | 30 | 2.34.1 |
31 | 31 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pyfanotify_0.2.0.bb b/meta-python/recipes-devtools/python/python3-pyfanotify_0.2.1.bb index 7c1675004..c9fd07144 100644 --- a/meta-python/recipes-devtools/python/python3-pyfanotify_0.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyfanotify_0.2.1.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "MIT" | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=636a36c9df04efcfacf839b8866d9a37" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=636a36c9df04efcfacf839b8866d9a37" |
6 | 6 | ||
7 | SRC_URI += "file://0001-ext-define-FNM_EXTMATCH-if-not-already-defined.patch" | 7 | SRC_URI += "file://0001-ext-define-FNM_EXTMATCH-if-not-already-defined.patch" |
8 | SRC_URI[sha256sum] = "1ec1c61fba9dea96cf8eac7f1a0cca2517613da20d156b7da2a06f9d63c77aca" | 8 | SRC_URI[sha256sum] = "fd62dccdf3c17ca117e3279f0cbc65c639e53c9dec8a459d44ed6a35c1a18e60" |
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||