From: Christopher Larson Date: Fri, 31 May 2013 02:26:26 +0000 (-0700) Subject: quota: obey 'tcp-wrappers' PACKAGECONFIG X-Git-Tag: 2015-4~6351 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a564463609f4ec832adbe12bff7a66ece53a0d9f;p=openembedded-core.git quota: obey 'tcp-wrappers' PACKAGECONFIG 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 80159a9ad4..4dc7e68efb 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 EXTRA_OEMAKE += 'STRIP=""' +PACKAGECONFIG ??= "tcp-wrappers" +PACKAGECONFIG[tcp-wrappers] = "--with-tcpwrappers,--without-tcpwrappers,tcp-wrappers" + do_install() { oe_runmake prefix=${D}${prefix} install }