aboutsummaryrefslogtreecommitdiffstats
path: root/packages/perl/libdigest-sha1-perl_2.11.bb
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-10-03 20:53:58 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-10-03 20:53:58 +0000
commitec3923063f9213dc793141bf6dfb6ddcfbfd5652 (patch)
tree336cee37c3f01fdaadec30a809c920182ed4cb75 /packages/perl/libdigest-sha1-perl_2.11.bb
parentd2b1072b72f80f7d9168c68afcc5f0dc8b4ee8e8 (diff)
downloadopenembedded-ec3923063f9213dc793141bf6dfb6ddcfbfd5652.tar.gz
perl: Another sh3/sh4 shared library fix. Modules build built with
cpan.bbclass were being linked using ld instead of gcc, which often breaks on sh. Override the LD settings so any cpan modules that compile c/c++ code use gcc to link. Bump the PR on the effected modules.
Diffstat (limited to 'packages/perl/libdigest-sha1-perl_2.11.bb')
-rw-r--r--packages/perl/libdigest-sha1-perl_2.11.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/perl/libdigest-sha1-perl_2.11.bb b/packages/perl/libdigest-sha1-perl_2.11.bb
index 9d40110653..ea79dc4e10 100644
--- a/packages/perl/libdigest-sha1-perl_2.11.bb
+++ b/packages/perl/libdigest-sha1-perl_2.11.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Digest::SHA1 - Perl interface to the SHA-1 algorithm"
SECTION = "libs"
MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>"
LICENSE = "Artistic|GPL"
-PR = "r6"
+PR = "r7"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-SHA1-2.11.tar.gz"