summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb')
-rw-r--r--meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb b/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb
index 10076138bf..f4a03670e7 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"
29 29
30inherit autotools update-rc.d 30inherit autotools update-rc.d
31 31
32PACKAGECONFIG ??= "tcp-wrappers"
33PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers"
34
32INITSCRIPT_NAME = "rpcbind" 35INITSCRIPT_NAME = "rpcbind"
33INITSCRIPT_PARAMS = "start 43 S . start 32 0 6 . stop 81 1 ." 36INITSCRIPT_PARAMS = "start 43 S . start 32 0 6 . stop 81 1 ."
34 37