From 3945def5a08a824cac3c6b81ee2d726032e3a909 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Thu, 30 May 2013 19:26:26 -0700 Subject: quota: obey 'tcp-wrappers' PACKAGECONFIG (From OE-Core master 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(+) (limited to 'meta') 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 } -- cgit 1.2.3-korg