summaryrefslogtreecommitdiff
path: root/meta/packages/perl/files/config.sh-arm-linux.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-05-27 21:04:11 +0000
committerRichard Purdie <richard@openedhand.com>2007-05-27 21:04:11 +0000
commit80785a10721e523029c27f264fca5a892cf68e36 (patch)
treed33b51538db742a5d6f8df6b184b5531e8bf68ce /meta/packages/perl/files/config.sh-arm-linux.patch
parentbd4fd028a799e804d803eac14ccb9e164ecc4938 (diff)
downloadopenembedded-core-80785a10721e523029c27f264fca5a892cf68e36.tar.gz
openembedded-core-80785a10721e523029c27f264fca5a892cf68e36.tar.bz2
openembedded-core-80785a10721e523029c27f264fca5a892cf68e36.tar.xz
openembedded-core-80785a10721e523029c27f264fca5a892cf68e36.zip
perl: 5.8.7 -> 5.8.8 (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1785 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/perl/files/config.sh-arm-linux.patch')
-rw-r--r--meta/packages/perl/files/config.sh-arm-linux.patch46
1 files changed, 0 insertions, 46 deletions
diff --git a/meta/packages/perl/files/config.sh-arm-linux.patch b/meta/packages/perl/files/config.sh-arm-linux.patch
deleted file mode 100644
index 44d8b1a89..000000000
--- a/meta/packages/perl/files/config.sh-arm-linux.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-*** ./Cross/config.sh-arm-linux Mon Dec 22 06:00:37 2003
---- ./Cross/config.sh-arm-linux.patch Tue Aug 3 17:57:08 2004
-***************
-*** 794,805 ****
- passcat='cat /etc/passwd'
- patchlevel='8'
- path_sep=':'
-! perl5='/usr/bin/perl'
- perl=''
- perl_patchlevel=''
- perladmin='red@criticalintegration.com'
- perllibs='-lnsl -ldl -lm -lcrypt -lutil -lc'
-! perlpath='/usr/bin/perl'
- pg='pg'
- phostname='hostname'
- pidtype='pid_t'
---- 794,805 ----
- passcat='cat /etc/passwd'
- patchlevel='8'
- path_sep=':'
-! perl5='hostperl'
- perl=''
- perl_patchlevel=''
- perladmin='red@criticalintegration.com'
- perllibs='-lnsl -ldl -lm -lcrypt -lutil -lc'
-! perlpath='hostperl'
- pg='pg'
- phostname='hostname'
- pidtype='pid_t'
-***************
-*** 905,911 ****
- srandom_r_proto='0'
- src='.'
- ssizetype='ssize_t'
-! startperl='#!/usr/bin/perl'
- startsh='#!/bin/sh'
- static_ext=' '
- stdchar='char'
---- 905,911 ----
- srandom_r_proto='0'
- src='.'
- ssizetype='ssize_t'
-! startperl='#!hostperl'
- startsh='#!/bin/sh'
- static_ext=' '
- stdchar='char'