1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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