python-pyrex: Rework DEPENDS updates
[openembedded.git] / recipes / cherokee / cherokee-nossl_0.5.3.bb
blob3ea9068456a7cb975b47c8aae5fc2a60772dbd35
1 require cherokee_${PV}.bb
3 DEPENDS = "libpcre"
5 FILESPATHPKG =. "cherokee-${PV}:cherokee:"
7 S = "${WORKDIR}/cherokee-${PV}"
9 EXTRA_OECONF = "--disable-tls --disable-static --disable-nls"
11 # Fix up files - the ${PN} in the defaults expand to cherokee-nossl
12 # but we are actually installing into cherokee.
13 FILES_${PN} += "${datadir}/cherokee ${libdir}/cherokee/*"
14 FILES_${PN}-dbg += "${libdir}/cherokee/.debug"