aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xmltv/xmltv_0.5.56.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-12-31 20:36:53 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-12-31 20:36:53 +0100
commit5c32410cd61bf46018d6af581984b25964962254 (patch)
treea1ed4d7b38eccaf45bf7dc37a1043018f95547f7 /recipes/xmltv/xmltv_0.5.56.bb
parentbd3d9db65d1d7c053bfff48083fcd9aba63f8273 (diff)
downloadopenembedded-5c32410cd61bf46018d6af581984b25964962254.tar.gz
xmltv: fix paths to perl exe
Diffstat (limited to 'recipes/xmltv/xmltv_0.5.56.bb')
-rw-r--r--recipes/xmltv/xmltv_0.5.56.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes/xmltv/xmltv_0.5.56.bb b/recipes/xmltv/xmltv_0.5.56.bb
index 842ef5fbd1..8d455b2783 100644
--- a/recipes/xmltv/xmltv_0.5.56.bb
+++ b/recipes/xmltv/xmltv_0.5.56.bb
@@ -15,7 +15,7 @@ DEPENDS = "perl libxml-parser-perl-native libwww-perl-native libdate-manip-perl-
libdate-manip-perl-native \
libhtml-treebuilder-perl-native libwww-mechanize-perl-native"
-PR = "r1"
+PR = "r2"
# 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
@@ -27,9 +27,12 @@ PR = "r1"
FILES_${PN} += "${libdir}"
do_configure() {
- perl Makefile.PL PREFIX=/usr
+ perl Makefile.PL PREFIX=/usr
+ sed -i -e 's,$(FIXIN),echo,g' \
+ -e 's,^FIXIN.*,,g' Makefile
}
+
do_install() {
oe_runmake install DESTDIR=${D}
}