rpcbind: obey 'tcp-wrappers' PACKAGECONFIG

(From OE-Core rev: 944d97d32a3e2369ae6071d75683d1fc5a98faa5)

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Christopher Larson 2013-05-30 19:26:25 -07:00 committed by Richard Purdie
parent 647db80298
commit eb38c40625
1 changed files with 3 additions and 0 deletions

View File

@ -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 ."