mythplugins_0.23: added mythweather dependencies
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sun, 12 Sep 2010 11:30:08 +0000 (13:30 +0200)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sun, 12 Sep 2010 11:31:08 +0000 (13:31 +0200)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/mythtv/mythplugins_0.23+fixes.bb

index ed8dcfd..bc676c3 100644 (file)
@@ -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"