Skip to content

Commit 853f9a3

Browse files
committed
Disable nginx log rotation; clashes with uWSGI during OE build
1 parent 75f9b7b commit 853f9a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes/nginx/nginx_1.3.0.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ do_configure() {
3232
do_install() {
3333
install -d ${D}${localstatedir}/lib/nginx
3434
install -d ${D}${localstatedir}/log/nginx
35-
install -m 0755 -d ${D}${sysconfdir}
36-
install -m 0644 ${WORKDIR}/nginx ${D}${sysconfdir}/logrotate
35+
# install -m 0755 -d ${D}${sysconfdir}
36+
# install -m 0644 ${WORKDIR}/nginx ${D}${sysconfdir}/logrotate
3737
oe_runmake DESTDIR=${D} install
3838
}
3939

0 commit comments

Comments
 (0)