[oe-commits] org.oe.dev perl-native 5.8.8: Deactivate patch which unconditionally adds commandline

pfalcon commit openembedded-commits at lists.openembedded.org
Sat Jun 9 14:15:22 UTC 2007


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.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 8ef6b7361d83c3e4b4e019f67967fcfed09ac8f8
ViewMTN: http://monotone.openembedded.org/revision.psp?id=8ef6b7361d83c3e4b4e019f67967fcfed09ac8f8
Files:
1
packages/perl/perl-native_5.8.8.bb
Diffs:

#
# mt diff -r93aa3a4b58990de2ece79c5844ab1940dde6de60 -r8ef6b7361d83c3e4b4e019f67967fcfed09ac8f8
#
# 
# 
# patch "packages/perl/perl-native_5.8.8.bb"
#  from [c0743df758d0d39ece2b86e2f02407860b131a37]
#    to [2f2d7163b1fd47aa9554cf3e954cd81ea1e73556]
# 
============================================================
--- packages/perl/perl-native_5.8.8.bb	c0743df758d0d39ece2b86e2f02407860b131a37
+++ packages/perl/perl-native_5.8.8.bb	2f2d7163b1fd47aa9554cf3e954cd81ea1e73556
@@ -1,9 +1,9 @@ DEPENDS = "virtual/db-native gdbm-native
 DESCRIPTION = "Perl is a popular scripting language."
 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,9 +14,11 @@ SRC_URI = "http://ftp.funet.fi/pub/CPAN/
            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}"
 
 inherit native






More information about the Openembedded-commits mailing list