diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-02 11:43:09 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-02 11:43:09 +0100 |
commit | 1971d57667429d84effa8331e0392947cce65d0c (patch) | |
tree | 4f31cdb672b9ef36fecf73ad0ecb9dca4ac61a6d /recipes/xmltv | |
parent | f3c12aeee3be5010e3884f028c714f29921353b2 (diff) |
xmltv_0.5.56.bb: added more dependencies so more grabbers get build
Diffstat (limited to 'recipes/xmltv')
-rw-r--r-- | recipes/xmltv/xmltv_0.5.56.bb | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/recipes/xmltv/xmltv_0.5.56.bb b/recipes/xmltv/xmltv_0.5.56.bb index 3b27b82818..2cbf43cb5e 100644 --- a/recipes/xmltv/xmltv_0.5.56.bb +++ b/recipes/xmltv/xmltv_0.5.56.bb @@ -1,4 +1,4 @@ -DESCRIPTION="prerequisites for xmltv" +DESCRIPTION="xmltv; epg grabbers for e.g. mythtv" PARALLEL_MAKE = "" SRC_URI="http://downloads.sourceforge.net/xmltv/xmltv-${PV}.tar.bz2 \ @@ -11,11 +11,17 @@ RDEPENDS = "perl \ libfile-slurp-perl \ libhtml-parser-perl \ libhtml-treebuilder-perl \ + libhttp-cache-transparent-perl \ libio-stringy-perl libxml-dom-perl \ libio-zlib-perl \ + liblingua-en-numbers-ordinate \ + liblinux-dvb-perl \ libsoap-lite-perl \ + libterm-progressbar-perl \ libtermreadkey-perl \ libtimedate-perl \ + libunicode-string-perl \ + libunicode-utf8simple-perl \ libwww-mechanize-perl \ libwww-perl \ libxml-parser-perl \ @@ -33,11 +39,17 @@ DEPENDS = "perl \ libfile-slurp-perl-native \ libhtml-parser-perl-native \ libhtml-treebuilder-perl-native \ + libhttp-cache-transparent-perl-native \ libio-stringy-perl-native \ libio-zlib-perl-native \ + liblingua-en-numbers-ordinate-native \ + liblinux-dvb-perl-native \ libsoap-lite-perl-native \ + libterm-progressbar-perl-native \ libtermreadkey-perl-native \ libtimedate-perl-native \ + libunicode-string-perl-native \ + libunicode-utf8simple-perl-native \ libwww-mechanize-perl-native \ libwww-perl-native \ libxml-dom-perl-native \ @@ -46,7 +58,7 @@ DEPENDS = "perl \ libxml-writer-perl-native \ " -PR = "r3" +PR = "r4" # cpan does not work, it installs things in the perl work dir iso the xmltv work dir # root cause are bad definitions in perl/config.sh, but I don't know what they should be |