From 61d9cd8bf773280661e82ff2479fd6c0db210200 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Thu, 30 May 2013 19:26:26 -0700 Subject: [PATCH] quota: obey 'tcp-wrappers' PACKAGECONFIG (From OE-Core rev: a564463609f4ec832adbe12bff7a66ece53a0d9f) Signed-off-by: Christopher Larson Signed-off-by: Richard Purdie --- meta/recipes-extended/quota/quota_4.01.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-extended/quota/quota_4.01.bb b/meta/recipes-extended/quota/quota_4.01.bb index 80159a9..4dc7e68 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 } -- 2.7.4