mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-25 07:17:05 +00:00
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:
committed by
Khem Raj
parent
7fc432d0f2
commit
90558c5316
@@ -147,7 +147,7 @@ do_install_append_class-native() {
|
|||||||
install -m 755 server/gen_test_char ${D}${bindir}
|
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() {
|
apache_sysroot_preprocess() {
|
||||||
install -d ${SYSROOT_DESTDIR}${bindir_crossscripts}
|
install -d ${SYSROOT_DESTDIR}${bindir_crossscripts}
|
||||||
|
|||||||
Reference in New Issue
Block a user