diff options
Diffstat (limited to 'meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb')
-rw-r--r-- | meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb b/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb index 205aa4daa9..1e22cdd613 100644 --- a/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb +++ b/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb @@ -1,8 +1,8 @@ SECTION = "libs" -LICENSE = "Artistic" +LICENSE = "Artistic-1.0 | GPL-1.0" LIC_FILES_CHKSUM = "file://README;beginline=70;md5=94aa5d46682b411a53a5494cfb22640e" DEPENDS += "libxml-parser-perl" -PR = "r4" +PR = "r5" SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Simple-${PV}.tar.gz" |