summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/perl/perl_5.8.7.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-05-09 18:38:19 +0000
committerRichard Purdie <richard@openedhand.com>2006-05-09 18:38:19 +0000
commitb4cb437c6595ff8ac13506e502fe04b1a60c4e04 (patch)
treef529de217094f1a49049f90c49d779a49e19cd7c /openembedded/packages/perl/perl_5.8.7.bb
parent3baacb49c13a48798d45e30a0a0076ca0b8c9e6a (diff)
downloadpoky-b4cb437c6595ff8ac13506e502fe04b1a60c4e04.tar.gz
Merge packages changes from OE into poky.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@386 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/perl/perl_5.8.7.bb')
-rw-r--r--openembedded/packages/perl/perl_5.8.7.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/openembedded/packages/perl/perl_5.8.7.bb b/openembedded/packages/perl/perl_5.8.7.bb
index a960439ad2..456cc95c84 100644
--- a/openembedded/packages/perl/perl_5.8.7.bb
+++ b/openembedded/packages/perl/perl_5.8.7.bb
@@ -6,7 +6,7 @@ SRC_URI += "file://config.sh-armeb-linux \
6 file://config.sh-arm-linux \ 6 file://config.sh-arm-linux \
7 file://config.sh-i386-linux" 7 file://config.sh-i386-linux"
8 8
9PR = "r14" 9PR = "r15"
10 10
11do_configure() { 11do_configure() {
12 ln -sf ${HOSTPERL} ${STAGING_BINDIR}/hostperl 12 ln -sf ${HOSTPERL} ${STAGING_BINDIR}/hostperl
@@ -18,6 +18,8 @@ do_configure() {
18 cp ${WORKDIR}/config.sh-i686-linux . 18 cp ${WORKDIR}/config.sh-i686-linux .
19 cp ${WORKDIR}/config.sh-i386-linux . 19 cp ${WORKDIR}/config.sh-i386-linux .
20 cp ${WORKDIR}/config.sh-armeb-linux . 20 cp ${WORKDIR}/config.sh-armeb-linux .
21 #perl insists on an extra config.sh for arm EABI
22 cp config.sh-arm-linux config.sh-arm-linux-gnueabi
21 # nslu2 LE uclibc builds do not work with the default config.sh 23 # nslu2 LE uclibc builds do not work with the default config.sh
22 if test "${MACHINE}" = nslu2 24 if test "${MACHINE}" = nslu2
23 then 25 then