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>
This commit is contained in:
Christopher Larson
2013-05-30 19:26:26 -07:00
committed by Richard Purdie
parent 721fbb5bf4
commit 030abb6024

View File

@@ -21,6 +21,9 @@ inherit autotools gettext pkgconfig
EXTRA_OEMAKE += 'STRIP=""'
PACKAGECONFIG ??= "tcp-wrappers"
PACKAGECONFIG[tcp-wrappers] = "--with-tcpwrappers,--without-tcpwrappers,tcp-wrappers"
do_install() {
oe_runmake prefix=${D}${prefix} install
}