* remove --disable-nls from configure line
* bump INC_PR
LICENSE = "BSD"
DEPENDS = "libpcre"
-INC_PR = "r3"
+INC_PR = "r4"
SRC_URI = "http://www.lighttpd.net/download/lighttpd-${PV}.tar.gz \
file://index.html \
file://lighttpd \
"
-
EXTRA_OECONF=" \
--without-bzip2 \
--without-ldap \
--without-webdav-props \
--without-webdav-locks \
--without-openssl \
- --disable-nls \
--disable-static \
"
-inherit autotools pkgconfig update-rc.d
+inherit autotools pkgconfig update-rc.d gettext
INITSCRIPT_NAME = "lighttpd"
INITSCRIPT_PARAMS = "defaults 70"