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:06:56 +0100 |
commit | d63a32b4044663424feff3d26307b61d45a01d0a (patch) | |
tree | 6251639fd053769ae0532f6cb89285fb8a252c64 /meta/recipes-extended | |
parent | eb38c40625009f7b9ee19d57d40e9eea19698f69 (diff) | |
download | poky-d63a32b4044663424feff3d26307b61d45a01d0a.tar.gz |
quota: obey 'tcp-wrappers' PACKAGECONFIG
(From OE-Core rev: a564463609f4ec832adbe12bff7a66ece53a0d9f)
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 | |||
21 | 21 | ||
22 | EXTRA_OEMAKE += 'STRIP=""' | 22 | EXTRA_OEMAKE += 'STRIP=""' |
23 | 23 | ||
24 | PACKAGECONFIG ??= "tcp-wrappers" | ||
25 | PACKAGECONFIG[tcp-wrappers] = "--with-tcpwrappers,--without-tcpwrappers,tcp-wrappers" | ||
26 | |||
24 | do_install() { | 27 | do_install() { |
25 | oe_runmake prefix=${D}${prefix} install | 28 | oe_runmake prefix=${D}${prefix} install |
26 | } | 29 | } |