From: Christopher Larson Date: Fri, 31 May 2013 02:26:25 +0000 (-0700) Subject: rpcbind: obey 'tcp-wrappers' PACKAGECONFIG X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~37189 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=944d97d32a3e2369ae6071d75683d1fc5a98faa5;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git rpcbind: obey 'tcp-wrappers' PACKAGECONFIG Signed-off-by: Christopher Larson Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb b/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb index 10076138bf6..f4a03670e75 100644 --- a/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb +++ b/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb @@ -29,6 +29,9 @@ PR = "r4" inherit autotools update-rc.d +PACKAGECONFIG ??= "tcp-wrappers" +PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers" + INITSCRIPT_NAME = "rpcbind" INITSCRIPT_PARAMS = "start 43 S . start 32 0 6 . stop 81 1 ."