diff options
author | Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> | 2017-05-22 11:47:02 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-25 23:35:51 +0100 |
commit | 1143181577051ccd6de234fd79542bff24045280 (patch) | |
tree | b9c4bf8f1980aef9a4753aec1b32059b3d508855 /meta | |
parent | 3ff2d0bc7a8e7a7e8c8e953dc0ccf84d891688ef (diff) | |
download | openembedded-core-1143181577051ccd6de234fd79542bff24045280.tar.gz openembedded-core-1143181577051ccd6de234fd79542bff24045280.tar.bz2 openembedded-core-1143181577051ccd6de234fd79542bff24045280.zip |
nfs-utils: upgrade to 2.1.1
Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/nfs-utils/nfs-utils_2.1.1.bb (renamed from meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.4.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.4.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.1.1.bb index 4ca9ab2a3d..bdf0efa330 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.4.bb +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.1.1.bb @@ -33,8 +33,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/nfs-utils/${PV}/nfs-utils-${PV}.tar.x file://bugfix-adjust-statd-service-name.patch \ " -SRC_URI[md5sum] = "54e4119043ec8507a2a0e054cf2889a4" -SRC_URI[sha256sum] = "b42a5bc0a8d80d04650030ceb9a11f08f4acfbcb1ee297f657fb94e339c45975" +SRC_URI[md5sum] = "59dfcb2e6254b129f901f40c86086b13" +SRC_URI[sha256sum] = "0faeb54c70b84e6bd3b9b6901544b1f6add8d246f35c1683e402daf4e0c719ef" # Only kernel-module-nfsd is required here (but can be built-in) - the nfsd module will # pull in the remainder of the dependencies. |