diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-02 16:59:21 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-02 16:59:21 +0100 |
commit | b028448b8add42f9bfdb87e71ec1c2679f5c4646 (patch) | |
tree | c00b075d07b3e9c16739718368eb3becf0c7e6b7 /recipes/perl/libtimedate-perl_1.20.bb | |
parent | a7275f9eaa6990f4bc8672138f6bac53c3fea475 (diff) |
verious perl recipes: added missing PR
Diffstat (limited to 'recipes/perl/libtimedate-perl_1.20.bb')
-rw-r--r-- | recipes/perl/libtimedate-perl_1.20.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/perl/libtimedate-perl_1.20.bb b/recipes/perl/libtimedate-perl_1.20.bb index c7c0c1f075..4175149a88 100644 --- a/recipes/perl/libtimedate-perl_1.20.bb +++ b/recipes/perl/libtimedate-perl_1.20.bb @@ -1,6 +1,8 @@ SECTION = "libs" # You can redistribute it and/or modify it under the same terms as Perl itself. LICENSE = "Artistic|GPL" +PR = "r0" + RDEPENDS += "perl-module-carp perl-module-exporter perl-module-strict perl-module-time-local" PACKAGE_ARCH = "all" |