diff options
author | Jingdong Lu <jingdong.lu@windriver.com> | 2011-02-23 16:24:15 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2011-03-01 11:46:47 +0000 |
commit | b50d7907ca4696a1248b2bcd0b15fa3954c8493c (patch) | |
tree | 3c23a26327f5f61f77ca4fc9bdfc131a4b61a989 /meta/recipes-devtools/perl | |
parent | 94908bd435607a6549b003ef501e8a7995cfffae (diff) | |
download | openembedded-core-b50d7907ca4696a1248b2bcd0b15fa3954c8493c.tar.gz openembedded-core-b50d7907ca4696a1248b2bcd0b15fa3954c8493c.tar.bz2 openembedded-core-b50d7907ca4696a1248b2bcd0b15fa3954c8493c.zip |
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 <jingdong.lu@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r-- | meta/recipes-devtools/perl/libxml-parser-perl_2.36.bb | 6 |
1 files changed, 2 insertions, 4 deletions
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" |