diff options
author | Jesse Gilles <jgilles@multitech.com> | 2014-12-01 15:17:41 -0600 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2014-12-01 15:17:41 -0600 |
commit | 0ed3a9cbeaee0bb0027620472e324f3814d39bda (patch) | |
tree | 7d37f1308e2fe93722e704e326fb8bc9b4a5e0df | |
parent | e6d8f28b683e3ae3505ce7452999e2ea1c366cfb (diff) |
corecdp.conf: use lighttpd 1.4.35 by default
-rw-r--r-- | multitech/conf/distro/corecdp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multitech/conf/distro/corecdp.conf b/multitech/conf/distro/corecdp.conf index 3ee09a7..6d5551f 100644 --- a/multitech/conf/distro/corecdp.conf +++ b/multitech/conf/distro/corecdp.conf @@ -48,7 +48,7 @@ require java.inc # mask out some OE-classic recipes so we use meta-java instead BBMASK .= "|/openembedded/recipes/(jakarta-libs|jakarta-common)/" -PREFERRED_VERSION_lighttpd = "1.4.28" +PREFERRED_VERSION_lighttpd = "1.4.35" # don't build bluez4 and the large amount of deps just for libpcap PREFERRED_PROVIDER_libpcap = "libpcap-nobluetooth" |