aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-04 19:34:31 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-04 19:34:31 +0200
commitd2c10e29892c10bbfebdddc30647a5a5aaa97232 (patch)
tree5c85e0c286b2388102dbb3a28c9a37d6aca17711
parentdda5eab30f1cda84e5f472b79ee81e0aec1479e6 (diff)
downloadopenembedded-d2c10e29892c10bbfebdddc30647a5a5aaa97232.tar.gz
mythplugins: fix include directive for lighty
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
-rw-r--r--recipes/mythtv/mythplugins_0.23+fixes.bb4
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 62199b5a75..f474dd946c 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 =+ " \