diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-12 13:30:08 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-12 13:31:08 +0200 |
commit | b84f8bd7ea620ce2dafd8a6c5d75691948958505 (patch) | |
tree | 0a02a83ded0fd0c73d1f56c93b43bebe44a1f734 | |
parent | dd40f324743c229367b08bfd3cbddbefb088c3dc (diff) |
mythplugins_0.23: added mythweather dependencies
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
-rw-r--r-- | recipes/mythtv/mythplugins_0.23+fixes.bb | 9 |
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" |