]> code.ossystems Code Review - openembedded-core.git/commitdiff
rpcbind: obey 'tcp-wrappers' PACKAGECONFIG
authorChristopher Larson <chris_larson@mentor.com>
Fri, 31 May 2013 02:26:25 +0000 (19:26 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 31 May 2013 07:02:43 +0000 (08:02 +0100)
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb

index 10076138bf627b9638f4006a0c39e9852edb80a7..f4a03670e752cebf43bca6b24a015cd36f8efa7e 100644 (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 ."