aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/quota
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2013-05-30 19:26:26 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-31 08:02:43 +0100
commita564463609f4ec832adbe12bff7a66ece53a0d9f (patch)
tree3aa853abbe095b155d01a5d01ff7968e1ab4b7a5 /meta/recipes-extended/quota
parent944d97d32a3e2369ae6071d75683d1fc5a98faa5 (diff)
downloadopenembedded-core-a564463609f4ec832adbe12bff7a66ece53a0d9f.tar.gz
quota: obey 'tcp-wrappers' PACKAGECONFIG
Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/quota')
-rw-r--r--meta/recipes-extended/quota/quota_4.01.bb3
1 files changed, 3 insertions, 0 deletions
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
}