summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/perl/perl_5.8.7.bb
diff options
context:
space:
mode:
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