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 | |
parent | a7275f9eaa6990f4bc8672138f6bac53c3fea475 (diff) |
verious perl recipes: added missing PR
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/perl/libcompress-raw-zlib-perl_2.015.bb | 1 | ||||
-rw-r--r-- | recipes/perl/libcrypt-rijndael-perl_1.07.bb | 1 | ||||
-rw-r--r-- | recipes/perl/libdigest-sha_5.47.bb | 1 | ||||
-rw-r--r-- | recipes/perl/libio-compress-base-perl_2.015.bb | 1 | ||||
-rw-r--r-- | recipes/perl/libio-compress-zlib-perl_2.015.bb | 1 | ||||
-rw-r--r-- | recipes/perl/libnet-dbus-perl_0.33.5.bb | 2 | ||||
-rw-r--r-- | recipes/perl/libtimedate-perl_1.20.bb | 2 |
7 files changed, 9 insertions, 0 deletions
diff --git a/recipes/perl/libcompress-raw-zlib-perl_2.015.bb b/recipes/perl/libcompress-raw-zlib-perl_2.015.bb index 6762037e18..11fde4442a 100644 --- a/recipes/perl/libcompress-raw-zlib-perl_2.015.bb +++ b/recipes/perl/libcompress-raw-zlib-perl_2.015.bb @@ -1,6 +1,7 @@ SECTION = "libs" LICENSE = "Artistic|GPL" DEPENDS += "expat expat-native" +PR = "r0" SRC_URI = "http://www.cpan.org/modules/by-module/Compress/Compress-Raw-Zlib-${PV}.tar.gz" diff --git a/recipes/perl/libcrypt-rijndael-perl_1.07.bb b/recipes/perl/libcrypt-rijndael-perl_1.07.bb index f5cc801176..7e73244b94 100644 --- a/recipes/perl/libcrypt-rijndael-perl_1.07.bb +++ b/recipes/perl/libcrypt-rijndael-perl_1.07.bb @@ -1,6 +1,7 @@ SECTION = "libs" LICENSE = "GPLv2" DEPENDS += "expat expat-native" +PR = "r0" SRC_URI = "http://www.cpan.org/modules/by-module/Crypt/Crypt-Rijndael-${PV}.tar.gz" diff --git a/recipes/perl/libdigest-sha_5.47.bb b/recipes/perl/libdigest-sha_5.47.bb index f0176a03c1..1ac90f395b 100644 --- a/recipes/perl/libdigest-sha_5.47.bb +++ b/recipes/perl/libdigest-sha_5.47.bb @@ -1,6 +1,7 @@ SECTION = "libs" LICENSE = "Artistic|GPL" DEPENDS += "expat expat-native" +PR = "r0" SRC_URI = "http://www.cpan.org/modules/by-module/Digest/Digest-SHA-${PV}.tar.gz" diff --git a/recipes/perl/libio-compress-base-perl_2.015.bb b/recipes/perl/libio-compress-base-perl_2.015.bb index 806fb458b1..f9988e3b17 100644 --- a/recipes/perl/libio-compress-base-perl_2.015.bb +++ b/recipes/perl/libio-compress-base-perl_2.015.bb @@ -1,6 +1,7 @@ SECTION = "libs" LICENSE = "Artistic|GPL" DEPENDS += "expat expat-native" +PR = "r0" SRC_URI = "http://www.cpan.org/modules/by-module/IO/IO-Compress-Base-${PV}.tar.gz" diff --git a/recipes/perl/libio-compress-zlib-perl_2.015.bb b/recipes/perl/libio-compress-zlib-perl_2.015.bb index 024c884d7d..2e0949026a 100644 --- a/recipes/perl/libio-compress-zlib-perl_2.015.bb +++ b/recipes/perl/libio-compress-zlib-perl_2.015.bb @@ -1,6 +1,7 @@ SECTION = "libs" LICENSE = "Artistic|GPL" DEPENDS += "expat expat-native" +PR = "r0" SRC_URI = "http://www.cpan.org/modules/by-module/IO/IO-Compress-Zlib-${PV}.tar.gz" diff --git a/recipes/perl/libnet-dbus-perl_0.33.5.bb b/recipes/perl/libnet-dbus-perl_0.33.5.bb index 656f75d746..4b15c0626b 100644 --- a/recipes/perl/libnet-dbus-perl_0.33.5.bb +++ b/recipes/perl/libnet-dbus-perl_0.33.5.bb @@ -1,5 +1,7 @@ SECTION = "libs" LICENSE = "Artistic|GPL" +PR = "r0" + RDEPENDS = "perl-module-vars perl-module-locale perl-module-io-handle \ perl-module-symbol perl-module-selectsaver perl-module-io \ perl-module-integer perl-module-exporter-heavy" 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" |