Commit d911b76c authored by Yi Zhao's avatar Yi Zhao Committed by Bruce Ashfield
Browse files

apache2: remove bbappend


The apache2 in meta-webserver has been upgraded to 2.4.39. This bbappend
has been integrated into apache2 recipe. So remove it.
Signed-off-by: default avatarYi Zhao <yi.zhao@windriver.com>
Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
Showing with 0 additions and 14 deletions
+0 -14
do_install_append() {
sed -i -e 's/#ServerName.*$/ServerName 127.0.0.1:80/' ${D}${sysconfdir}/apache2/httpd.conf
# Keep our logs together, also matches ubuntu and debian
sed -i -e 's@^\(.*\)/var/apache2/logs\(.*\)$@\1/var/log/apache2\2@g' ${D}${sysconfdir}/apache2/httpd.conf
# default layout for htdocsdir in 2.4.7 is different, create the following for
# backward compatibility reasons
mkdir -p ${D}${datadir}/${BPN}/default-site
ln -sf ../htdocs ${D}${datadir}/${BPN}/default-site/htdocs
}
FILES_${PN} += "${datadir}/${BPN}/default-site"
SYSTEMD_AUTO_ENABLE_${PN} = "enable"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment