]> code.ossystems Code Review - openembedded-core.git/commitdiff
quota: obey 'tcp-wrappers' PACKAGECONFIG
authorChristopher Larson <chris_larson@mentor.com>
Fri, 31 May 2013 02:26:26 +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/quota/quota_4.01.bb

index 80159a9ad417fb71af56125bde232011809fec8e..4dc7e68efb22c26f42ac227e26ef237073e17aba 100644 (file)
@@ -21,6 +21,9 @@ inherit autotools gettext
 
 EXTRA_OEMAKE += 'STRIP=""'
 
+PACKAGECONFIG ??= "tcp-wrappers"
+PACKAGECONFIG[tcp-wrappers] = "--with-tcpwrappers,--without-tcpwrappers,tcp-wrappers"
+
 do_install() {
        oe_runmake prefix=${D}${prefix} install
 }