[oe-commits] Frans Meulenbroeks : mythplugins: fix include directive for lighty

git version control git at git.openembedded.org
Mon Oct 4 17:36:24 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d2c10e29892c10bbfebdddc30647a5a5aaa97232
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d2c10e29892c10bbfebdddc30647a5a5aaa97232

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Mon Oct  4 19:34:31 2010 +0200

mythplugins: fix include directive for lighty

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/mythtv/mythplugins_0.23+fixes.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/mythtv/mythplugins_0.23+fixes.bb b/recipes/mythtv/mythplugins_0.23+fixes.bb
index 62199b5..f474dd9 100644
--- a/recipes/mythtv/mythplugins_0.23+fixes.bb
+++ b/recipes/mythtv/mythplugins_0.23+fixes.bb
@@ -22,7 +22,7 @@ DEPENDS += " libxml-xpath-perl-native libxml-simple-perl-native libdatetime-form
 RDEPENDS_mythweather += " libxml-xpath-perl libxml-simple-perl libdatetime-format-iso8601-perl \
 	libsoap-lite-perl libimage-size-perl libdate-manip-perl "
 
-PR = "svnr${SRCPV}+r3"
+PR = "svnr${SRCPV}+r4"
 PV = "0.23"
 
 SRCREV = "25609"
@@ -85,7 +85,7 @@ pkg_postinst_mythweb-lighttpd () {
         chgrp -R www-data /var/www/pages
         chmod g+rw /var/www/pages
         grep mythweb.conf /etc/lighttpd.conf || \
-                echo "Include /etc/mythweb.conf" >>/etc/lighttpd.conf
+                echo "include \"mythweb.conf\"" >>/etc/lighttpd.conf
 }
 
 PACKAGES =+ " \





More information about the Openembedded-commits mailing list