summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
21 21
22EXTRA_OEMAKE += 'STRIP=""' 22EXTRA_OEMAKE += 'STRIP=""'
23 23
24PACKAGECONFIG ??= "tcp-wrappers"
25PACKAGECONFIG[tcp-wrappers] = "--with-tcpwrappers,--without-tcpwrappers,tcp-wrappers"
26
24do_install() { 27do_install() {
25 oe_runmake prefix=${D}${prefix} install 28 oe_runmake prefix=${D}${prefix} install
26} 29}