mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +00:00
rsyslog: Add imhttp to packageconfig
introduced in 8.2010.0 requires civetweb for http input module Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -78,6 +78,7 @@ PACKAGECONFIG[postgresql] = "--enable-pgsql,--disable-pgsql,postgresql,"
|
|||||||
PACKAGECONFIG[libdbi] = "--enable-libdbi,--disable-libdbi,libdbi,"
|
PACKAGECONFIG[libdbi] = "--enable-libdbi,--disable-libdbi,libdbi,"
|
||||||
PACKAGECONFIG[mail] = "--enable-mail,--disable-mail,,"
|
PACKAGECONFIG[mail] = "--enable-mail,--disable-mail,,"
|
||||||
PACKAGECONFIG[valgrind] = ",--without-valgrind-testbench,valgrind,"
|
PACKAGECONFIG[valgrind] = ",--without-valgrind-testbench,valgrind,"
|
||||||
|
PACKAGECONFIG[imhttp] = "--enable-imhttp,--disable-imhttp,civetweb,"
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure_prepend() {
|
||||||
sed -i -e 's|python |python3 |g' ${S}/tests/*.sh
|
sed -i -e 's|python |python3 |g' ${S}/tests/*.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user