summaryrefslogtreecommitdiff
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 a960439ad..456cc95c8 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 \
file://config.sh-arm-linux \
file://config.sh-i386-linux"
-PR = "r14"
+PR = "r15"
do_configure() {
ln -sf ${HOSTPERL} ${STAGING_BINDIR}/hostperl
@@ -18,6 +18,8 @@ do_configure() {
cp ${WORKDIR}/config.sh-i686-linux .
cp ${WORKDIR}/config.sh-i386-linux .
cp ${WORKDIR}/config.sh-armeb-linux .
+ #perl insists on an extra config.sh for arm EABI
+ cp config.sh-arm-linux config.sh-arm-linux-gnueabi
# nslu2 LE uclibc builds do not work with the default config.sh
if test "${MACHINE}" = nslu2
then