]> 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)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 16 Aug 2013 09:39:45 +0000 (10:39 +0100)
(From OE-Core master 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 f3c8fbe621d1b1986cc09d7326b5e08be42b0090..9835f062a433f5d7bbbb5d4e36edd31a6f4e2993 100644 (file)
@@ -21,6 +21,9 @@ inherit autotools gettext pkgconfig
 
 EXTRA_OEMAKE += 'STRIP=""'
 
+PACKAGECONFIG ??= "tcp-wrappers"
+PACKAGECONFIG[tcp-wrappers] = "--with-tcpwrappers,--without-tcpwrappers,tcp-wrappers"
+
 do_install() {
        oe_runmake prefix=${D}${prefix} install
 }