lighttpd_1.4.32.bbappend 239 Bytes
Newer Older
1
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
2 3
SRC_URI_append = "file://lighttpd.conf \
                  file://test.py"
4
CONFFILES_${PN} = "${D}/lighttpd.conf"
5 6 7 8

do_install_append() {
    cp ${WORKDIR}/test.py ${D}/www/pages/test.py    
}