diff options
author | Christopher Larson <chris_larson@mentor.com> | 2013-05-30 19:26:25 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-31 08:06:55 +0100 |
commit | eb38c40625009f7b9ee19d57d40e9eea19698f69 (patch) | |
tree | 6ceca5e3c4046112a115e9c5bac3510af819b81a /meta | |
parent | 647db80298da0a8da212449fdd80d318773eacef (diff) | |
download | poky-eb38c40625009f7b9ee19d57d40e9eea19698f69.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb | 3 |
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 | ||
30 | inherit autotools update-rc.d | 30 | inherit autotools update-rc.d |
31 | 31 | ||
32 | PACKAGECONFIG ??= "tcp-wrappers" | ||
33 | PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers" | ||
34 | |||
32 | INITSCRIPT_NAME = "rpcbind" | 35 | INITSCRIPT_NAME = "rpcbind" |
33 | INITSCRIPT_PARAMS = "start 43 S . start 32 0 6 . stop 81 1 ." | 36 | INITSCRIPT_PARAMS = "start 43 S . start 32 0 6 . stop 81 1 ." |
34 | 37 | ||