From b6afa6acd0c9357f31588cf544f196d502c19405 Mon Sep 17 00:00:00 2001 From: Ioan-Adrian Ratiu Date: Thu, 17 Mar 2016 17:54:34 +0200 Subject: apache2: stage apachectl Some apache module recipes like the newly introduced apache-websocket also need apachectl at build in the sysroot besides apxs. Signed-off-by: Ioan-Adrian Ratiu Signed-off-by: Martin Jansa --- meta-webserver/recipes-httpd/apache2/apache2_2.4.18.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.18.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.18.bb index 597afe6db8..53d0564a49 100644 --- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.18.bb +++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.18.bb @@ -113,6 +113,8 @@ SYSROOT_PREPROCESS_FUNCS += "apache_sysroot_preprocess" apache_sysroot_preprocess () { install -d ${SYSROOT_DESTDIR}${bindir_crossscripts}/ install -m 755 ${D}${bindir}/apxs ${SYSROOT_DESTDIR}${bindir_crossscripts}/ + install -d ${SYSROOT_DESTDIR}${sbindir}/ + install -m 755 ${D}${sbindir}/apachectl ${SYSROOT_DESTDIR}${sbindir}/ sed -i 's!my $installbuilddir = .*!my $installbuilddir = "${STAGING_DIR_HOST}/${datadir}/${BPN}/build";!' ${SYSROOT_DESTDIR}${bindir_crossscripts}/apxs sed -i 's!my $libtool = .*!my $libtool = "${STAGING_BINDIR_CROSS}/${TARGET_PREFIX}libtool";!' ${SYSROOT_DESTDIR}${bindir_crossscripts}/apxs -- cgit 1.2.3-korg