diff options
author | Dirk Opfer <dirk@opfer-online.de> | 2010-01-06 10:54:54 +0100 |
---|---|---|
committer | Dirk Opfer <dirk@opfer-online.de> | 2010-01-06 13:59:25 +0100 |
commit | c644b2395fe090f43e54d821a4b44927bfca95f5 (patch) | |
tree | 7316b00fc1f3ddc933a9f99b837f6f7870bf04bd /recipes/lighttpd | |
parent | d48c5b17a2b1b6f086faf16f85019a4454c5436d (diff) |
lighttpd: 1.4.23 -> 1.4.25
- Fix SRC_URI
Diffstat (limited to 'recipes/lighttpd')
-rw-r--r-- | recipes/lighttpd/lighttpd.inc | 4 | ||||
-rw-r--r-- | recipes/lighttpd/lighttpd_1.4.25.bb (renamed from recipes/lighttpd/lighttpd_1.4.23.bb) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes/lighttpd/lighttpd.inc b/recipes/lighttpd/lighttpd.inc index ea627e2524..dd35db1f75 100644 --- a/recipes/lighttpd/lighttpd.inc +++ b/recipes/lighttpd/lighttpd.inc @@ -10,9 +10,9 @@ RDEPENDS_${PN} += " \ lighttpd-module-staticfile \ " -INC_PR = "r6" +INC_PR = "r7" -SRC_URI = "http://www.lighttpd.net/download/lighttpd-${PV}.tar.gz \ +SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.tar.gz \ file://index.html \ file://lighttpd.conf \ file://lighttpd \ diff --git a/recipes/lighttpd/lighttpd_1.4.23.bb b/recipes/lighttpd/lighttpd_1.4.25.bb index 4e8a6a6511..04442ced17 100644 --- a/recipes/lighttpd/lighttpd_1.4.23.bb +++ b/recipes/lighttpd/lighttpd_1.4.25.bb @@ -1,6 +1,6 @@ require lighttpd.inc -PR = "${INC_PR}.1" +PR = "${INC_PR}.0" DEFAULT_PREFERENCE = "-1" |