diff options
| author | Ross Burton <ross.burton@intel.com> | 2018-07-10 13:45:05 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-15 16:16:16 +0100 |
| commit | 7aff75bcc3cf63e9fe49d6749feb1454f6a3eb06 (patch) | |
| tree | 57306f25033672e7313f720c4de39419f031ea0d /meta/recipes-connectivity/nfs-utils/libnfsidmap | |
| parent | 6ebeeab6a6d195f1637ebf8c386de477a94e5f26 (diff) | |
| download | poky-7aff75bcc3cf63e9fe49d6749feb1454f6a3eb06.tar.gz | |
nfs-utils: remove libnfsidmap
As of nfs-utils 2.2.1 libnfsidmap has been integrated and isn't an external
requirement anymore.
Also consolidate nfs-utils patches into a single directory.
(From OE-Core rev: 98e8146553c912e869c174674c53e96d8ff01e57)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/nfs-utils/libnfsidmap')
3 files changed, 0 insertions, 58 deletions
diff --git a/meta/recipes-connectivity/nfs-utils/libnfsidmap/0001-include-sys-types.h-for-getting-u_-typedefs.patch b/meta/recipes-connectivity/nfs-utils/libnfsidmap/0001-include-sys-types.h-for-getting-u_-typedefs.patch deleted file mode 100644 index 4ac5290440..0000000000 --- a/meta/recipes-connectivity/nfs-utils/libnfsidmap/0001-include-sys-types.h-for-getting-u_-typedefs.patch +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 1 | From a5e95a42e7bceddc9ecad06694c1a0588f4bafc8 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Tue, 14 Apr 2015 07:22:47 -0700 | ||
| 4 | Subject: [PATCH] include sys/types.h for getting u_* typedefs | ||
| 5 | |||
| 6 | Upstream-Status: Pending | ||
| 7 | |||
| 8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 9 | --- | ||
| 10 | cfg.h | 1 + | ||
| 11 | 1 file changed, 1 insertion(+) | ||
| 12 | |||
| 13 | diff --git a/cfg.h b/cfg.h | ||
| 14 | index d4d4cab..fe49e8f 100644 | ||
| 15 | --- a/cfg.h | ||
| 16 | +++ b/cfg.h | ||
| 17 | @@ -33,6 +33,7 @@ | ||
| 18 | #ifndef _CONF_H_ | ||
| 19 | #define _CONF_H_ | ||
| 20 | |||
| 21 | +#include <sys/types.h> | ||
| 22 | #include "queue.h" | ||
| 23 | |||
| 24 | struct conf_list_node { | ||
| 25 | -- | ||
| 26 | 2.1.4 | ||
| 27 | |||
diff --git a/meta/recipes-connectivity/nfs-utils/libnfsidmap/Set_nobody_user_group.patch b/meta/recipes-connectivity/nfs-utils/libnfsidmap/Set_nobody_user_group.patch deleted file mode 100644 index 4633da919e..0000000000 --- a/meta/recipes-connectivity/nfs-utils/libnfsidmap/Set_nobody_user_group.patch +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | Set nobody user and group | ||
| 2 | |||
| 3 | Upstream-Status: Inappropriate [configuration] | ||
| 4 | |||
| 5 | Signed-off-by: Roy.Li <rongqing.li@windriver.com> | ||
| 6 | --- a/idmapd.conf | ||
| 7 | +++ b/idmapd.conf | ||
| 8 | @@ -17,8 +17,8 @@ | ||
| 9 | |||
| 10 | [Mapping] | ||
| 11 | |||
| 12 | -#Nobody-User = nobody | ||
| 13 | -#Nobody-Group = nobody | ||
| 14 | +Nobody-User = nobody | ||
| 15 | +Nobody-Group = nogroup | ||
| 16 | |||
| 17 | [Translation] | ||
| 18 | |||
diff --git a/meta/recipes-connectivity/nfs-utils/libnfsidmap/fix-ac-prereq.patch b/meta/recipes-connectivity/nfs-utils/libnfsidmap/fix-ac-prereq.patch deleted file mode 100644 index d81c7c5f32..0000000000 --- a/meta/recipes-connectivity/nfs-utils/libnfsidmap/fix-ac-prereq.patch +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | Upstream-Status: Inappropriate [configuration] | ||
| 2 | |||
| 3 | --- a/configure.in | ||
| 4 | +++ b/configure.in | ||
| 5 | @@ -1,7 +1,7 @@ | ||
| 6 | # -*- Autoconf -*- | ||
| 7 | # Process this file with autoconf to produce a configure script. | ||
| 8 | |||
| 9 | -AC_PREREQ([2.68]) | ||
| 10 | +AC_PREREQ([2.65]) | ||
| 11 | AC_INIT([libnfsidmap],[0.25],[linux-nfs@vger.kernel.org]) | ||
| 12 | AC_CONFIG_SRCDIR([nfsidmap.h]) | ||
| 13 | AC_CONFIG_MACRO_DIR([m4]) | ||
