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>
This commit is contained in:
Christopher Larson 2013-05-30 19:26:26 -07:00 committed by Richard Purdie
parent eb38c40625
commit d63a32b404
1 changed files with 3 additions and 0 deletions

View File

@ -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
}