apache2: Correct appending to SYSROOT_PREPROCESS_FUNCS

A missing space lead to problems if something else was already added to
SYSROOT_PREPROCESS_FUNCS.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Peter Kjellerstedt 2019-04-20 01:56:01 +02:00 committed by Khem Raj
parent 7fc432d0f2
commit 90558c5316

View File

@ -147,7 +147,7 @@ do_install_append_class-native() {
install -m 755 server/gen_test_char ${D}${bindir}
}
SYSROOT_PREPROCESS_FUNCS_append_class-target = "apache_sysroot_preprocess"
SYSROOT_PREPROCESS_FUNCS_append_class-target = " apache_sysroot_preprocess"
apache_sysroot_preprocess() {
install -d ${SYSROOT_DESTDIR}${bindir_crossscripts}