mirror of
https://git.yoctoproject.org/poky
synced 2026-02-12 11:43:04 +01:00
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:
committed by
Richard Purdie
parent
721fbb5bf4
commit
030abb6024
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user