diff options
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/nfs-utils/libnfsidmap/0001-include-sys-types.h-for-getting-u_-typedefs.patch | 27 | ||||
-rw-r--r-- | meta/recipes-connectivity/nfs-utils/libnfsidmap/Set_nobody_user_group.patch (renamed from meta/recipes-connectivity/nfs-utils/files/Set_nobody_user_group.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-connectivity/nfs-utils/libnfsidmap/fix-ac-prereq.patch (renamed from meta/recipes-connectivity/nfs-utils/files/fix-ac-prereq.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-connectivity/nfs-utils/libnfsidmap_0.25.bb | 1 |
4 files changed, 28 insertions, 0 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 new file mode 100644 index 0000000000..4ac5290440 --- /dev/null +++ b/meta/recipes-connectivity/nfs-utils/libnfsidmap/0001-include-sys-types.h-for-getting-u_-typedefs.patch | |||
@@ -0,0 +1,27 @@ | |||
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/files/Set_nobody_user_group.patch b/meta/recipes-connectivity/nfs-utils/libnfsidmap/Set_nobody_user_group.patch index 4633da919e..4633da919e 100644 --- a/meta/recipes-connectivity/nfs-utils/files/Set_nobody_user_group.patch +++ b/meta/recipes-connectivity/nfs-utils/libnfsidmap/Set_nobody_user_group.patch | |||
diff --git a/meta/recipes-connectivity/nfs-utils/files/fix-ac-prereq.patch b/meta/recipes-connectivity/nfs-utils/libnfsidmap/fix-ac-prereq.patch index d81c7c5f32..d81c7c5f32 100644 --- a/meta/recipes-connectivity/nfs-utils/files/fix-ac-prereq.patch +++ b/meta/recipes-connectivity/nfs-utils/libnfsidmap/fix-ac-prereq.patch | |||
diff --git a/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.25.bb b/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.25.bb index fcc9e87db5..5b578e9a1c 100644 --- a/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.25.bb +++ b/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.25.bb | |||
@@ -8,6 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d9c6a2a0ca6017fda7cd905ed2739b37" | |||
8 | SRC_URI = "http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/${BPN}-${PV}.tar.gz \ | 8 | SRC_URI = "http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/${BPN}-${PV}.tar.gz \ |
9 | file://fix-ac-prereq.patch \ | 9 | file://fix-ac-prereq.patch \ |
10 | file://Set_nobody_user_group.patch \ | 10 | file://Set_nobody_user_group.patch \ |
11 | file://0001-include-sys-types.h-for-getting-u_-typedefs.patch \ | ||
11 | " | 12 | " |
12 | 13 | ||
13 | SRC_URI[md5sum] = "2ac4893c92716add1a1447ae01df77ab" | 14 | SRC_URI[md5sum] = "2ac4893c92716add1a1447ae01df77ab" |