diff options
author | Ross Burton <ross.burton@intel.com> | 2016-11-23 14:30:50 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-30 15:47:11 +0000 |
commit | 6da14a9713dd37935d8918e40faeccd37b084ee4 (patch) | |
tree | 3c1bf767a88a4be119db7aae60b455cd7c686579 | |
parent | 60d6c0018c6855e669ced66c420b761d9e7ddd78 (diff) | |
download | openembedded-core-6da14a9713dd37935d8918e40faeccd37b084ee4.tar.gz openembedded-core-6da14a9713dd37935d8918e40faeccd37b084ee4.tar.bz2 openembedded-core-6da14a9713dd37935d8918e40faeccd37b084ee4.zip |
nfs-utils: remove non-existant variable INHIBIT_AUTO_STAGE
This variable doesn't exist anywhere else in meta/ so presumably this is
historical legacy.
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.3.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.3.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.3.bb index a2bebe0ba8..1a0d4d7482 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.3.bb +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.3.bb @@ -73,8 +73,6 @@ PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,--without-tcp-wrappers,tcp-wr PACKAGECONFIG[nfsidmap] = "--enable-nfsidmap,--disable-nfsidmap,keyutils" PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," -INHIBIT_AUTO_STAGE = "1" - PACKAGES =+ "${PN}-client ${PN}-stats" CONFFILES_${PN}-client += "${localstatedir}/lib/nfs/etab \ |