diff options
author | Matthias Hentges <oe@hentges.net> | 2006-04-16 12:32:20 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-16 12:32:20 +0000 |
commit | a55ff33a61a855119b2153e4efd0bb70848d4c56 (patch) | |
tree | 5bde8ddc5ba4ca19bdc814306dd1f7b02282caf6 /packages/perl/perl_5.8.7.bb | |
parent | e548219776e8934492025573169b3c5e2f8a79d1 (diff) | |
parent | 969946fde68de68d55fc247dae905ce286c6f1a3 (diff) |
merge of cfbb957e3ada5af6623a77618cbb69b758ffa0df
and fb37f14ba39a48391acea0b175557d1be9cd9e43
Diffstat (limited to 'packages/perl/perl_5.8.7.bb')
-rw-r--r-- | packages/perl/perl_5.8.7.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/perl/perl_5.8.7.bb b/packages/perl/perl_5.8.7.bb index a960439ad2..6743406b9b 100644 --- a/packages/perl/perl_5.8.7.bb +++ b/packages/perl/perl_5.8.7.bb @@ -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 |