summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2013-05-30 19:26:26 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-16 11:18:12 +0100
commit030abb6024cfced9e31e09501dd5fcb59e1006ce (patch)
treea6936fb188b7cf5a33e2abee69e4f239166f8f58 /meta
parent721fbb5bf4c0013d223b8809bd7a00370c5764a3 (diff)
downloadpoky-030abb6024cfced9e31e09501dd5fcb59e1006ce.tar.gz
quota: obey 'tcp-wrappers' PACKAGECONFIG
(From OE-Core master rev: a564463609f4ec832adbe12bff7a66ece53a0d9f) (From OE-Core rev: 3945def5a08a824cac3c6b81ee2d726032e3a909) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/quota/quota_4.01.bb3
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 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
21 21
22EXTRA_OEMAKE += 'STRIP=""' 22EXTRA_OEMAKE += 'STRIP=""'
23 23
24PACKAGECONFIG ??= "tcp-wrappers"
25PACKAGECONFIG[tcp-wrappers] = "--with-tcpwrappers,--without-tcpwrappers,tcp-wrappers"
26
24do_install() { 27do_install() {
25 oe_runmake prefix=${D}${prefix} install 28 oe_runmake prefix=${D}${prefix} install
26} 29}