diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-12-06 13:36:59 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-14 09:31:32 +0100 |
commit | 7a8e50297143d6ece0ea380991cc165eb0e6165d (patch) | |
tree | 493dfe8eb402a73527ad6c129dfaac1d978ec7e5 /meta-systemd | |
parent | def33b5a819276057a047713de05475e792f5a18 (diff) | |
download | meta-openembedded-7a8e50297143d6ece0ea380991cc165eb0e6165d.tar.gz |
lighttpd: follow oe-core to 1.4.32
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-systemd')
-rw-r--r-- | meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.32.bbappend (renamed from meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.31.bbappend) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.31.bbappend b/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.32.bbappend index b016bdc2fb..0e08358b29 100644 --- a/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.31.bbappend +++ b/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.32.bbappend | |||
@@ -1,6 +1,6 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
2 | 2 | ||
3 | PRINC := "${@int(PRINC) + 2}" | 3 | PRINC := "${@int(PRINC) + 1}" |
4 | 4 | ||
5 | inherit systemd | 5 | inherit systemd |
6 | 6 | ||