[oe-commits] Frans Meulenbroeks : verious perl recipes: added missing PR

git version control git at git.openembedded.org
Sat Jan 2 16:14:44 UTC 2010


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: b028448b8add42f9bfdb87e71ec1c2679f5c4646
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b028448b8add42f9bfdb87e71ec1c2679f5c4646

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sat Jan  2 16:59:21 2010 +0100

verious perl recipes: added missing PR

---

 recipes/perl/libcompress-raw-zlib-perl_2.015.bb |    1 +
 recipes/perl/libcrypt-rijndael-perl_1.07.bb     |    1 +
 recipes/perl/libdigest-sha_5.47.bb              |    1 +
 recipes/perl/libio-compress-base-perl_2.015.bb  |    1 +
 recipes/perl/libio-compress-zlib-perl_2.015.bb  |    1 +
 recipes/perl/libnet-dbus-perl_0.33.5.bb         |    2 ++
 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 6762037..11fde44 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 f5cc801..7e73244 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 f0176a0..1ac90f3 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 806fb45..f9988e3 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 024c884..2e09490 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 656f75d..4b15c06 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 c7c0c1f..4175149 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"
 





More information about the Openembedded-commits mailing list