perl: make 5.8.7 compile for arm EABI
authorKoen Kooi <koen@openembedded.org>
Fri, 14 Apr 2006 08:24:36 +0000 (08:24 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 14 Apr 2006 08:24:36 +0000 (08:24 +0000)
packages/perl/perl_5.8.7.bb

index a960439..6743406 100644 (file)
@@ -4,9 +4,10 @@ include perl.inc
 
 SRC_URI += "file://config.sh-armeb-linux \
            file://config.sh-arm-linux \
+           file://config.sh-arm-linux-gnueabi \ 
            file://config.sh-i386-linux"
 
-PR = "r14"
+PR = "r15"
 
 do_configure() {
        ln -sf ${HOSTPERL} ${STAGING_BINDIR}/hostperl
@@ -18,6 +19,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