[oe-commits] Frans Meulenbroeks : xmltv_0.5.56.bb: added more dependencies so more grabbers get build

git version control git at git.openembedded.org
Sat Jan 2 16:15:15 UTC 2010


Module: openembedded.git
Branch: shr/merge
Commit: 1971d57667429d84effa8331e0392947cce65d0c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1971d57667429d84effa8331e0392947cce65d0c

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sat Jan  2 11:43:09 2010 +0100

xmltv_0.5.56.bb: added more dependencies so more grabbers get build

---

 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 3b27b82..2cbf43c 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





More information about the Openembedded-commits mailing list