apache2_2.4.18.bbappend 190 Bytes
Newer Older
1 2 3 4 5 6 7
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"

SRC_URI_append = " file://httpd_port81.conf"

do_install_append() {
    cp ${WORKDIR}/httpd_port81.conf ${D}/${sysconfdir}/${BPN}/httpd.conf
}