summaryrefslogtreecommitdiffstats
path: root/recipes/mythtv/mythplugins_0.23+fixes.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/mythtv/mythplugins_0.23+fixes.bb')
-rw-r--r--recipes/mythtv/mythplugins_0.23+fixes.bb9
1 files changed, 8 insertions, 1 deletions
diff --git a/recipes/mythtv/mythplugins_0.23+fixes.bb b/recipes/mythtv/mythplugins_0.23+fixes.bb
index ed8dcfddae..bc676c35c2 100644
--- a/recipes/mythtv/mythplugins_0.23+fixes.bb
+++ b/recipes/mythtv/mythplugins_0.23+fixes.bb
@@ -12,7 +12,14 @@ RDEPENDS_mythweb_lighttpd = "lighttpd lighttpd-module-cgi lighttpd-module-fastcg
lighttpd-module-rewrite php-cgi lighttpd-module-auth"
RDEPENDS_mythnetvision += " python python-mysqldb "
-PR = "svnr${SRCPV}+r0"
+
+# for mythweather:
+DEPENDS_mythweather += " libxml-xpath-perl-native libxml-simple-perl-native libdatetime-format-iso8601-perl-native \
+ libsoap-lite-perl-native libimage-size-perl-native libdate-manip-perl-native "
+RDEPENDS_mythweather += " libxml-xpath-perl libxml-simple-perl libdatetime-format-iso8601-perl \
+ libsoap-lite-perl libimage-size-perl libdate-manip-perl "
+
+PR = "svnr${SRCPV}+r1"
PV = "0.23"
SRCREV = "25609"