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

git at git.openembedded.org git at git.openembedded.org
Fri Aug 16 10:12:01 UTC 2013


Module: openembedded-core.git
Branch: dylan
Commit: 3945def5a08a824cac3c6b81ee2d726032e3a909
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=3945def5a08a824cac3c6b81ee2d726032e3a909

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

quota: obey 'tcp-wrappers' PACKAGECONFIG

(From OE-Core master rev: a564463609f4ec832adbe12bff7a66ece53a0d9f)

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 f3c8fbe..9835f06 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
 }



More information about the Openembedded-commits mailing list