[oe-commits] [meta-openembedded] 08/46: apache2: Correct appending to SYSROOT_PREPROCESS_FUNCS

git at git.openembedded.org git at git.openembedded.org
Sat Apr 27 17:13:40 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 90558c53168b8f295eaec7ab00a3b6cb68dd1e00
Author: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
AuthorDate: Sat Apr 20 01:56:01 2019 +0200

    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 at axis.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb
index d58ccb8..c6961ef 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb
+++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb
@@ -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}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list