aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cherokee/cherokee_0.5.3.bb
blob: c0f1396c7d55359c24d09c7fc8c9b738bbbc8f1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PR = "r7"

SRC_URI_append = "file://configure.patch;patch=1 \
                  file://Makefile.in.patch;patch=1 \
                  file://Makefile.cget.patch;patch=1 \
                  file://util.patch;patch=1"

require cherokee.inc

do_configure() {
        gnu-configize
        oe_runconf
        sed -i 's:-L\$:-L${STAGING_LIBDIR} -L\$:' ${S}/*libtool
}