From b84f8bd7ea620ce2dafd8a6c5d75691948958505 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 12 Sep 2010 13:30:08 +0200 Subject: [PATCH] mythplugins_0.23: added mythweather dependencies Signed-off-by: Frans Meulenbroeks --- recipes/mythtv/mythplugins_0.23+fixes.bb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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" -- 2.39.5