diff options
author | Christopher Larson <chris_larson@mentor.com> | 2013-05-30 19:26:26 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-31 08:02:43 +0100 |
commit | a564463609f4ec832adbe12bff7a66ece53a0d9f (patch) | |
tree | 3aa853abbe095b155d01a5d01ff7968e1ab4b7a5 /meta/recipes-extended | |
parent | 944d97d32a3e2369ae6071d75683d1fc5a98faa5 (diff) | |
download | openembedded-core-a564463609f4ec832adbe12bff7a66ece53a0d9f.tar.gz openembedded-core-a564463609f4ec832adbe12bff7a66ece53a0d9f.tar.bz2 openembedded-core-a564463609f4ec832adbe12bff7a66ece53a0d9f.zip |
quota: obey 'tcp-wrappers' PACKAGECONFIG
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | 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 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 EXTRA_OEMAKE += 'STRIP=""' +PACKAGECONFIG ??= "tcp-wrappers" +PACKAGECONFIG[tcp-wrappers] = "--with-tcpwrappers,--without-tcpwrappers,tcp-wrappers" + do_install() { oe_runmake prefix=${D}${prefix} install } |