From: Christopher Larson Date: Fri, 31 May 2013 02:26:26 +0000 (-0700) Subject: quota: obey 'tcp-wrappers' PACKAGECONFIG X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~37188 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a564463609f4ec832adbe12bff7a66ece53a0d9f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 80159a9ad41..4dc7e68efb2 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 }