From 00dee01d4ba1aa58fb7d548ad808684d3afb4a5b Mon Sep 17 00:00:00 2001 From: Jingdong Lu Date: Wed, 23 Feb 2011 16:24:15 +0800 Subject: libxml-parser-perl: remove FILES_${PN} Because of the error path in FILES_${PN} we got nothing in libxml-parser-perl package. Romove "FILES_${PN}" [sgw Bump PR] Signed-off-by: Jingdong Lu Signed-off-by: Saul Wold --- meta/recipes-devtools/perl/libxml-parser-perl_2.36.bb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'meta/recipes-devtools/perl') diff --git a/meta/recipes-devtools/perl/libxml-parser-perl_2.36.bb b/meta/recipes-devtools/perl/libxml-parser-perl_2.36.bb index 57428797cc..3287d26d8d 100644 --- a/meta/recipes-devtools/perl/libxml-parser-perl_2.36.bb +++ b/meta/recipes-devtools/perl/libxml-parser-perl_2.36.bb @@ -3,6 +3,8 @@ LICENSE = "Artistic" LIC_FILES_CHKSUM = "file://README;endline=6;md5=fa7bbbd54d37d6ecf4ef33b7c98b9cd7" DEPENDS += "expat expat-native" +PR = "r1" + SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz" SRC_URI[md5sum] = "1b868962b658bd87e1563ecd56498ded" @@ -19,7 +21,3 @@ do_compile() { cpan_do_compile } - - -FILES_${PN} = "${PERLLIBDIRS}/auto/XML/Parser/Expat/* \ - ${PERLLIBDIRS}/XML" -- cgit v1.2.3-54-g00ecf