diff options
Diffstat (limited to 'perl/libxml-parser-perl_2.34.oe')
-rw-r--r-- | perl/libxml-parser-perl_2.34.oe | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/perl/libxml-parser-perl_2.34.oe b/perl/libxml-parser-perl_2.34.oe index e69de29bb2..fde6f250d0 100644 --- a/perl/libxml-parser-perl_2.34.oe +++ b/perl/libxml-parser-perl_2.34.oe @@ -0,0 +1,6 @@ +SECTION = "libs" +SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-2.34.tar.gz" + +S = "${WORKDIR}/XML-Parser-${PV}" + +inherit cpan |