aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2013-05-30 19:26:26 -0700
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-08-16 10:39:45 +0100
commit3945def5a08a824cac3c6b81ee2d726032e3a909 (patch)
tree13c9de2b91048d36c9e4f4b799a9669f27535441 /meta
parentf9441ae21de7955f222309d1cee2afbb6a2f8bbd (diff)
downloadopenembedded-core-3945def5a08a824cac3c6b81ee2d726032e3a909.tar.gz
quota: obey 'tcp-wrappers' PACKAGECONFIG
(From OE-Core master rev: a564463609f4ec832adbe12bff7a66ece53a0d9f) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 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
}