diff options
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" |