aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xmltv/xmltv_0.5.56.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xmltv/xmltv_0.5.56.bb')
-rw-r--r--recipes/xmltv/xmltv_0.5.56.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/xmltv/xmltv_0.5.56.bb b/recipes/xmltv/xmltv_0.5.56.bb
index 2e6b317268..8f4ce48816 100644
--- a/recipes/xmltv/xmltv_0.5.56.bb
+++ b/recipes/xmltv/xmltv_0.5.56.bb
@@ -2,9 +2,9 @@ DESCRIPTION="xmltv; epg grabbers for e.g. mythtv"
PARALLEL_MAKE = ""
SRC_URI="http://downloads.sourceforge.net/xmltv/xmltv-${PV}.tar.bz2 \
- file://Makefile.PL.patch;patch=1"
+ file://Makefile.PL.patch"
-RDEPENDS = "perl \
+RDEPENDS_${PN} = "perl \
libarchive-zip-perl \
libdate-manip-perl \
libdatetime-format-strptime-perl \
@@ -58,7 +58,7 @@ DEPENDS = "perl \
libxml-writer-perl-native \
"
-PR = "r4"
+PR = "r5"
# 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