blob: 3ea9068456a7cb975b47c8aae5fc2a60772dbd35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
require cherokee_${PV}.bb
DEPENDS = "libpcre"
FILESPATHPKG =. "cherokee-${PV}:cherokee:"
S = "${WORKDIR}/cherokee-${PV}"
EXTRA_OECONF = "--disable-tls --disable-static --disable-nls"
# Fix up files - the ${PN} in the defaults expand to cherokee-nossl
# but we are actually installing into cherokee.
FILES_${PN} += "${datadir}/cherokee ${libdir}/cherokee/*"
FILES_${PN}-dbg += "${libdir}/cherokee/.debug"
|