From: Paul Sokolovsky Date: Sat, 9 Jun 2007 14:00:56 +0000 (+0000) Subject: perl-native 5.8.8: Deactivate patch which unconditionally adds commandline X-Git-Tag: Release-2010-05/1~8868^2~400^2~30 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=939697d32b98264fc53558aed296989d7aa112fd;p=openembedded.git 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. --- 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}"