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:06:56 +0000 (08:06 +0100)
(From OE-Core rev: a564463609f4ec832adbe12bff7a66ece53a0d9f)

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 80159a9..4dc7e68 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
 }