diff options
| -rw-r--r-- | meta/conf/distro/include/maintainers.inc | 1 | ||||
| -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 | 18 | ||||
| -rw-r--r-- | meta/recipes-connectivity/nfs-utils/libnfsidmap/fix-ac-prereq.patch | 13 | ||||
| -rw-r--r-- | meta/recipes-connectivity/nfs-utils/libnfsidmap_0.25.bb | 27 | ||||
| -rw-r--r-- | meta/recipes-connectivity/nfs-utils/nfs-utils/bugfix-adjust-statd-service-name.patch (renamed from meta/recipes-connectivity/nfs-utils/files/bugfix-adjust-statd-service-name.patch) | 0 | ||||
| -rw-r--r-- | meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-debianize-start-statd.patch (renamed from meta/recipes-connectivity/nfs-utils/files/nfs-utils-debianize-start-statd.patch) | 0 | ||||
| -rw-r--r-- | meta/recipes-connectivity/nfs-utils/nfs-utils_2.3.1.bb | 2 |
8 files changed, 1 insertions, 87 deletions
diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index c44f2b804a..4d58766451 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc | |||
| @@ -326,7 +326,6 @@ RECIPE_MAINTAINER_pn-libmnl = "Khem Raj <raj.khem@gmail.com>" | |||
| 326 | RECIPE_MAINTAINER_pn-libmpc = "Khem Raj <raj.khem@gmail.com>" | 326 | RECIPE_MAINTAINER_pn-libmpc = "Khem Raj <raj.khem@gmail.com>" |
| 327 | RECIPE_MAINTAINER_pn-libnewt = "Hongxu Jia <hongxu.jia@windriver.com>" | 327 | RECIPE_MAINTAINER_pn-libnewt = "Hongxu Jia <hongxu.jia@windriver.com>" |
| 328 | RECIPE_MAINTAINER_pn-libnewt-python = "Hongxu Jia <hongxu.jia@windriver.com>" | 328 | RECIPE_MAINTAINER_pn-libnewt-python = "Hongxu Jia <hongxu.jia@windriver.com>" |
| 329 | RECIPE_MAINTAINER_pn-libnfsidmap = "Maxin B. John <maxin.john@intel.com>" | ||
| 330 | RECIPE_MAINTAINER_pn-libnl = "Alexander Kanavin <alex.kanavin@gmail.com>" | 329 | RECIPE_MAINTAINER_pn-libnl = "Alexander Kanavin <alex.kanavin@gmail.com>" |
| 331 | RECIPE_MAINTAINER_pn-libnotify = "Maxin B. John <maxin.john@intel.com>" | 330 | RECIPE_MAINTAINER_pn-libnotify = "Maxin B. John <maxin.john@intel.com>" |
| 332 | RECIPE_MAINTAINER_pn-libnsl2 = "Khem Raj <raj.khem@gmail.com>" | 331 | RECIPE_MAINTAINER_pn-libnsl2 = "Khem Raj <raj.khem@gmail.com>" |
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]) | ||
diff --git a/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.25.bb b/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.25.bb deleted file mode 100644 index 2565771006..0000000000 --- a/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.25.bb +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 1 | SUMMARY = "NFS id mapping library" | ||
| 2 | HOMEPAGE = "http://www.citi.umich.edu/projects/nfsv4/linux/" | ||
| 3 | SECTION = "libs" | ||
| 4 | |||
| 5 | LICENSE = "BSD" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d9c6a2a0ca6017fda7cd905ed2739b37" | ||
| 7 | |||
| 8 | SRC_URI = "http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/${BPN}-${PV}.tar.gz \ | ||
| 9 | file://fix-ac-prereq.patch \ | ||
| 10 | file://Set_nobody_user_group.patch \ | ||
| 11 | file://0001-include-sys-types.h-for-getting-u_-typedefs.patch \ | ||
| 12 | " | ||
| 13 | |||
| 14 | SRC_URI[md5sum] = "2ac4893c92716add1a1447ae01df77ab" | ||
| 15 | SRC_URI[sha256sum] = "656d245d84400e1030f8f40a5a27da76370690c4a932baf249110f047fe7efcf" | ||
| 16 | |||
| 17 | UPSTREAM_CHECK_URI = "http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/" | ||
| 18 | |||
| 19 | inherit autotools | ||
| 20 | |||
| 21 | EXTRA_OECONF = "--disable-ldap" | ||
| 22 | |||
| 23 | do_install_append () { | ||
| 24 | install -d ${D}${sysconfdir}/ | ||
| 25 | install -m 0644 ${WORKDIR}/${BPN}-${PV}/idmapd.conf ${D}${sysconfdir}/idmapd.conf | ||
| 26 | } | ||
| 27 | |||
diff --git a/meta/recipes-connectivity/nfs-utils/files/bugfix-adjust-statd-service-name.patch b/meta/recipes-connectivity/nfs-utils/nfs-utils/bugfix-adjust-statd-service-name.patch index 822939f0d2..822939f0d2 100644 --- a/meta/recipes-connectivity/nfs-utils/files/bugfix-adjust-statd-service-name.patch +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils/bugfix-adjust-statd-service-name.patch | |||
diff --git a/meta/recipes-connectivity/nfs-utils/files/nfs-utils-debianize-start-statd.patch b/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-debianize-start-statd.patch index ede0dcefc4..ede0dcefc4 100644 --- a/meta/recipes-connectivity/nfs-utils/files/nfs-utils-debianize-start-statd.patch +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-debianize-start-statd.patch | |||
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.3.1.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.3.1.bb index 6390c324f8..6d450c7510 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.3.1.bb +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.3.1.bb | |||
| @@ -8,7 +8,7 @@ LICENSE = "MIT & GPLv2+ & BSD" | |||
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=95f3a93a5c3c7888de623b46ea085a84" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=95f3a93a5c3c7888de623b46ea085a84" |
| 9 | 9 | ||
| 10 | # util-linux for libblkid | 10 | # util-linux for libblkid |
| 11 | DEPENDS = "libcap libnfsidmap libevent util-linux sqlite3 libtirpc" | 11 | DEPENDS = "libcap libevent util-linux sqlite3 libtirpc" |
| 12 | RDEPENDS_${PN} = "${PN}-client bash" | 12 | RDEPENDS_${PN} = "${PN}-client bash" |
| 13 | RRECOMMENDS_${PN} = "kernel-module-nfsd" | 13 | RRECOMMENDS_${PN} = "kernel-module-nfsd" |
| 14 | 14 | ||
