[oe-commits] Christopher Larson : quota: obey 'tcp-wrappers' PACKAGECONFIG

git at git.openembedded.org git at git.openembedded.org
Fri May 31 09:06:31 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: a564463609f4ec832adbe12bff7a66ece53a0d9f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a564463609f4ec832adbe12bff7a66ece53a0d9f

Author: Christopher Larson <chris_larson at mentor.com>
Date:   Thu May 30 19:26:26 2013 -0700

quota: obey 'tcp-wrappers' PACKAGECONFIG

Signed-off-by: Christopher Larson <chris_larson at mentor.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/quota/quota_4.01.bb |    3 +++
 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 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
 }



More information about the Openembedded-commits mailing list