[oe-commits] Paul Eggleton : nfs-utils: upgrade to 1.3.0

git at git.openembedded.org git at git.openembedded.org
Thu May 22 15:46:10 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 67787c97438f365564a91eb926900570bc979e41
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=67787c97438f365564a91eb926900570bc979e41

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Mon May 12 14:02:42 2014 +0100

nfs-utils: upgrade to 1.3.0

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../nfs-utils/{nfs-utils_1.2.9.bb => nfs-utils_1.3.0.bb}           | 7 +++----
 1 file 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
similarity index 95%
rename from meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.9.bb
rename to meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.0.bb
index 4f287f4..73cfa6b 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 \
 NFS server and related tools."
 HOMEPAGE = "http://nfs.sourceforge.net/"
 SECTION = "console/network"
-PR = "r1"
 
 LICENSE = "MIT & GPLv2+ & BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=95f3a93a5c3c7888de623b46ea085a84"
@@ -20,7 +19,7 @@ USERADD_PACKAGES = "${PN}-client"
 USERADD_PARAM_${PN}-client = "--system  --home-dir /var/lib/nfs \
 			      --shell /bin/false --user-group rpcuser"
 
-SRC_URI = "${KERNELORG_MIRROR}/linux/utils/nfs-utils/${PV}/nfs-utils-${PV}.tar.bz2 \
+SRC_URI = "${KERNELORG_MIRROR}/linux/utils/nfs-utils/${PV}/nfs-utils-${PV}.tar.xz \
            file://0001-configure-Allow-to-explicitly-disable-nfsidmap.patch \
            file://nfs-utils-1.0.6-uclibc.patch \
            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
            file://nfs-mountd.service \
            file://nfs-statd.service "
 
-SRC_URI[md5sum] = "18869d16db3f49c053f8c68eba3fe2e0"
-SRC_URI[sha256sum] = "90b76d5692a520b74273e607a4fd69df4cc35f65e242e22e2bc61b58759722f3"
+SRC_URI[md5sum] = "6e93a7997ca3a1eac56bf219adab72a8"
+SRC_URI[sha256sum] = "ab8384d0e487ed6a18c5380d5df28015f7dd98680bf08f3247c97d9f7d99e56f"
 
 PARALLEL_MAKE = ""
 



More information about the Openembedded-commits mailing list