aboutsummaryrefslogtreecommitdiffstats
path: root/packages/perl
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-06-09 14:00:56 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-06-09 14:00:56 +0000
commit939697d32b98264fc53558aed296989d7aa112fd (patch)
tree3e683530000d709bc0c88214fd9bb60aba94a80f /packages/perl
parentb9f68dc72839132ffa943cf5f650cc09387ccb2b (diff)
downloadopenembedded-939697d32b98264fc53558aed296989d7aa112fd.tar.gz
perl-native 5.8.8: Deactivate patch which unconditionally adds commandline
switches for some hacked gcc version, which are not recognized with official gcc's. * See #1980.
Diffstat (limited to 'packages/perl')
-rw-r--r--packages/perl/perl-native_5.8.8.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/perl/perl-native_5.8.8.bb b/packages/perl/perl-native_5.8.8.bb
index dd9a581614..ea839e00e8 100644
--- a/packages/perl/perl-native_5.8.8.bb
+++ b/packages/perl/perl-native_5.8.8.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.perl.org/"
SECTION = "libs"
LICENSE = "Artistic|GPL"
DEPENDS = "virtual/db-native gdbm-native"
-PR = "r11"
+PR = "r12"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/perl-${PV}"
@@ -14,8 +14,10 @@ SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \
file://native-nopacklist.patch;patch=1 \
file://native-no-gdbminc.patch;patch=1 \
file://native-perlinc.patch;patch=1 \
- file://native-makedepend-dash.patch;patch=1 \
- file://native-ssp.patch;patch=1"
+ file://native-makedepend-dash.patch;patch=1"
+
+# This sloppy patch breaks normal gcc
+# file://native-ssp.patch;patch=1
S = "${WORKDIR}/perl-${PV}"