diff options
author | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2010-01-02 16:00:40 +0100 |
---|---|---|
committer | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2010-01-02 16:00:40 +0100 |
commit | 6690b8fcee9bc9152948b9a623117dd62bcf45de (patch) | |
tree | 7b4f0de615dbf0babda5ef09b78d81dde77d89d7 /recipes/perl/libclass-data-inheritable-perl_0.06.bb | |
parent | 29c63b640c4e4c852cf3084232ef67c8fd9d3214 (diff) | |
parent | 6d5a96970227b845b6a33380e3e7af248cca7594 (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/perl/libclass-data-inheritable-perl_0.06.bb')
-rw-r--r-- | recipes/perl/libclass-data-inheritable-perl_0.06.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/perl/libclass-data-inheritable-perl_0.06.bb b/recipes/perl/libclass-data-inheritable-perl_0.06.bb index 6bb5c597ed..240374e88f 100644 --- a/recipes/perl/libclass-data-inheritable-perl_0.06.bb +++ b/recipes/perl/libclass-data-inheritable-perl_0.06.bb @@ -1,10 +1,12 @@ DESCRIPTION = "Class::Data::Inheritable - Inheritable, overridable class data" SECTION = "libs" LICENSE = "Artistic|GPL" -PR = "r6" +PR = "r7" SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/Class-Data-Inheritable-${PV}.tar.gz" S = "${WORKDIR}/Class-Data-Inheritable-${PV}" inherit cpan + +BBCLASSEXTEND="native" |