From: Christopher Larson Date: Fri, 31 May 2013 02:26:26 +0000 (-0700) Subject: quota: obey 'tcp-wrappers' PACKAGECONFIG X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3945def5a08a824cac3c6b81ee2d726032e3a909;p=openembedded-core.git quota: obey 'tcp-wrappers' PACKAGECONFIG (From OE-Core master rev: a564463609f4ec832adbe12bff7a66ece53a0d9f) Signed-off-by: Christopher Larson Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/quota/quota_4.01.bb b/meta/recipes-extended/quota/quota_4.01.bb index f3c8fbe621..9835f062a4 100644 --- a/meta/recipes-extended/quota/quota_4.01.bb +++ b/meta/recipes-extended/quota/quota_4.01.bb @@ -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 }