diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-05-12 14:02:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-15 23:24:43 +0100 |
commit | 98c775496cb1e5489f29875ea5b2a186d8d2f34e (patch) | |
tree | 57fd0c665fa1db23a829a27da1db7d2b4d2fb0cb /meta | |
parent | 882f0aac1aac9f317319361cb3d7329a2b9afb6a (diff) | |
download | poky-98c775496cb1e5489f29875ea5b2a186d8d2f34e.tar.gz |
nfs-utils: upgrade to 1.3.0
(From OE-Core rev: 67787c97438f365564a91eb926900570bc979e41)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.0.bb (renamed from meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.9.bb) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.9.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.0.bb index 4f287f4058..73cfa6be31 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.9.bb +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.0.bb | |||
@@ -3,7 +3,6 @@ DESCRIPTION = "The nfs-utils package provides a daemon for the kernel \ | |||
3 | NFS server and related tools." | 3 | NFS server and related tools." |
4 | HOMEPAGE = "http://nfs.sourceforge.net/" | 4 | HOMEPAGE = "http://nfs.sourceforge.net/" |
5 | SECTION = "console/network" | 5 | SECTION = "console/network" |
6 | PR = "r1" | ||
7 | 6 | ||
8 | LICENSE = "MIT & GPLv2+ & BSD" | 7 | LICENSE = "MIT & GPLv2+ & BSD" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=95f3a93a5c3c7888de623b46ea085a84" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=95f3a93a5c3c7888de623b46ea085a84" |
@@ -20,7 +19,7 @@ USERADD_PACKAGES = "${PN}-client" | |||
20 | USERADD_PARAM_${PN}-client = "--system --home-dir /var/lib/nfs \ | 19 | USERADD_PARAM_${PN}-client = "--system --home-dir /var/lib/nfs \ |
21 | --shell /bin/false --user-group rpcuser" | 20 | --shell /bin/false --user-group rpcuser" |
22 | 21 | ||
23 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/nfs-utils/${PV}/nfs-utils-${PV}.tar.bz2 \ | 22 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/nfs-utils/${PV}/nfs-utils-${PV}.tar.xz \ |
24 | file://0001-configure-Allow-to-explicitly-disable-nfsidmap.patch \ | 23 | file://0001-configure-Allow-to-explicitly-disable-nfsidmap.patch \ |
25 | file://nfs-utils-1.0.6-uclibc.patch \ | 24 | file://nfs-utils-1.0.6-uclibc.patch \ |
26 | file://nfs-utils-1.2.3-sm-notify-res_init.patch \ | 25 | file://nfs-utils-1.2.3-sm-notify-res_init.patch \ |
@@ -31,8 +30,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/nfs-utils/${PV}/nfs-utils-${PV}.tar.b | |||
31 | file://nfs-mountd.service \ | 30 | file://nfs-mountd.service \ |
32 | file://nfs-statd.service " | 31 | file://nfs-statd.service " |
33 | 32 | ||
34 | SRC_URI[md5sum] = "18869d16db3f49c053f8c68eba3fe2e0" | 33 | SRC_URI[md5sum] = "6e93a7997ca3a1eac56bf219adab72a8" |
35 | SRC_URI[sha256sum] = "90b76d5692a520b74273e607a4fd69df4cc35f65e242e22e2bc61b58759722f3" | 34 | SRC_URI[sha256sum] = "ab8384d0e487ed6a18c5380d5df28015f7dd98680bf08f3247c97d9f7d99e56f" |
36 | 35 | ||
37 | PARALLEL_MAKE = "" | 36 | PARALLEL_MAKE = "" |
38 | 37 | ||