lighttpd: inherit gettext
authorHenning Heinold <heinold@inf.fu-berlin.de>
Tue, 6 Oct 2009 10:29:20 +0000 (12:29 +0200)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Tue, 6 Oct 2009 10:46:13 +0000 (12:46 +0200)
* remove --disable-nls from configure line
* bump INC_PR

recipes/lighttpd/lighttpd.inc

index 1638fb8..aeb8dc9 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "net"
 LICENSE = "BSD"
 DEPENDS = "libpcre"
 
-INC_PR = "r3"
+INC_PR = "r4"
 
 SRC_URI = "http://www.lighttpd.net/download/lighttpd-${PV}.tar.gz \
           file://index.html \
@@ -11,7 +11,6 @@ SRC_URI = "http://www.lighttpd.net/download/lighttpd-${PV}.tar.gz \
           file://lighttpd \
           "
 
-
 EXTRA_OECONF=" \
               --without-bzip2 \
               --without-ldap \
@@ -21,11 +20,10 @@ EXTRA_OECONF=" \
               --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"