mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
nfs-utils: obey 'tcp-wrappers' PACKAGECONFIG
(From OE-Core rev: 1102cc6540fedb1560b9aaa14023fff65e0406e8) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
291a3adfd5
commit
b98129c346
@@ -8,7 +8,7 @@ LICENSE = "MIT & GPLv2+ & BSD"
|
|||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=95f3a93a5c3c7888de623b46ea085a84"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=95f3a93a5c3c7888de623b46ea085a84"
|
||||||
|
|
||||||
# util-linux for libblkid
|
# util-linux for libblkid
|
||||||
DEPENDS = "libcap libnfsidmap libevent util-linux tcp-wrappers sqlite3"
|
DEPENDS = "libcap libnfsidmap libevent util-linux sqlite3"
|
||||||
RDEPENDS_${PN} = "rpcbind"
|
RDEPENDS_${PN} = "rpcbind"
|
||||||
RRECOMMENDS_${PN} = "kernel-module-nfsd"
|
RRECOMMENDS_${PN} = "kernel-module-nfsd"
|
||||||
|
|
||||||
@@ -45,6 +45,9 @@ EXTRA_OECONF = "--with-statduser=nobody \
|
|||||||
--with-statdpath=/var/lib/nfs/statd \
|
--with-statdpath=/var/lib/nfs/statd \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
PACKAGECONFIG ??= "tcp-wrappers"
|
||||||
|
PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,--without-tcp-wrappers,tcp-wrappers"
|
||||||
|
|
||||||
INHIBIT_AUTO_STAGE = "1"
|
INHIBIT_AUTO_STAGE = "1"
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-client ${PN}-stats"
|
PACKAGES =+ "${PN}-client ${PN}-stats"
|
||||||
|
|||||||
Reference in New Issue
Block a user