aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cherokee/cherokee_0.5.5.bb
blob: c12f5196228315cb25e94d68975af366d2ea9d3a (plain)
1
2
3
4
5
6
7
8
9
10
SRC_URI_append = "file://configure.in.patch;patch=1 \
                  file://Makefile.am.patch;patch=1"

do_install_prepend () {
        # It only needs this app during the install, so compile it natively
        $BUILD_CC -DHAVE_SYS_STAT_H -o cherokee_replace cherokee_replace.c
}

require cherokee.inc
PR = "${INC_PR}.0"