[OE-core] [PATCH 3/4] nfs-utils: Upgrade 1.3.1 -> 1.3.2

Khem Raj raj.khem at gmail.com
Wed Aug 12 01:50:21 UTC 2015


> On Aug 11, 2015, at 12:13 PM, Jussi Kukkonen <jussi.kukkonen at intel.com> wrote:
> 
> Let "--enable-tirpc" be selected in configure by default: it is
> a requirement for ipv6 support. This should not grow a typical
> image size as libtirpc is a rpcbind dependency already.
> 

ideally you would want to define a PACKAGECONFIG for this which is enabled/disabled with ipv6 distro feature knob.

> Signed-off-by: Jussi Kukkonen <jussi.kukkonen at intel.com>
> ---
> .../nfs-utils/{nfs-utils_1.3.1.bb => nfs-utils_1.3.2.bb}           | 7 +++----
> 1 file changed, 3 insertions(+), 4 deletions(-)
> rename meta/recipes-connectivity/nfs-utils/{nfs-utils_1.3.1.bb => nfs-utils_1.3.2.bb} (95%)
> 
> diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.2.bb
> similarity index 95%
> rename from meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb
> rename to meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.2.bb
> index 6da8509..59252c5 100644
> --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb
> +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.2.bb
> @@ -8,7 +8,7 @@ LICENSE = "MIT & GPLv2+ & BSD"
> LIC_FILES_CHKSUM = "file://COPYING;md5=95f3a93a5c3c7888de623b46ea085a84"
> 
> # util-linux for libblkid
> -DEPENDS = "libcap libnfsidmap libevent util-linux sqlite3"
> +DEPENDS = "libcap libnfsidmap libevent libtirpc util-linux sqlite3"
> RDEPENDS_${PN}-client = "rpcbind bash"
> RDEPENDS_${PN} = "${PN}-client bash"
> RRECOMMENDS_${PN} = "kernel-module-nfsd"
> @@ -33,8 +33,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/nfs-utils/${PV}/nfs-utils-${PV}.tar.x
>            file://nfs-utils-debianize-start-statd.patch \
> "
> 
> -SRC_URI[md5sum] = "8de676b9ff34b8f9addc1d0800fabdf8"
> -SRC_URI[sha256sum] = "ff79d70b7b58b2c8f9b798c58721127e82bb96022adc04a5c4cb251630e696b8"
> +SRC_URI[md5sum] = "4cdffb2c7f7fd2bdceaba55ab1b881da"
> +SRC_URI[sha256sum] = "2966bb431c06e9ba35a54f48f89db03a5132bc2d8ed8084ac8ccb34e25a9b739"
> 
> # Only kernel-module-nfsd is required here (but can be built-in)  - the nfsd module will
> # pull in the remainder of the dependencies.
> @@ -58,7 +58,6 @@ EXTRA_OECONF = "--with-statduser=rpcuser \
>                 --disable-nfsv41 \
>                 --enable-uuid \
>                 --disable-gss \
> -                --disable-tirpc \
>                 --disable-nfsdcltrack \
>                 --with-statdpath=/var/lib/nfs/statd \
>                "
> --
> 2.1.4
> 
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 204 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20150811/d1ac5168/attachment-0002.sig>


More information about the Openembedded-core mailing list