[oe-commits] org.oe.dev perl: Add support for armeb-linux-gnueabi (trivial addition) - now configures and compiles, but still doesn't install.

rwhitby commit openembedded-commits at lists.openembedded.org
Sun Apr 1 10:06:26 UTC 2007


perl: Add support for armeb-linux-gnueabi (trivial addition) - now configures and compiles, but still doesn't install.

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 27f7ed93a4f4b9c492e78c7a165a6d1f6437ce91
ViewMTN: http://monotone.openembedded.org/revision.psp?id=27f7ed93a4f4b9c492e78c7a165a6d1f6437ce91
Files:
1
packages/perl/perl_5.8.7.bb
Diffs:

#
# mt diff -rcd22877f4e17c69ac2ad67cf31f355652a11d86c -r27f7ed93a4f4b9c492e78c7a165a6d1f6437ce91
#
# 
# 
# patch "packages/perl/perl_5.8.7.bb"
#  from [6e2ef951d3a8e39c82d052c319994010b7206433]
#    to [8067316adc2bad8c48255111dee06224d5a4f582]
# 
============================================================
--- packages/perl/perl_5.8.7.bb	6e2ef951d3a8e39c82d052c319994010b7206433
+++ packages/perl/perl_5.8.7.bb	8067316adc2bad8c48255111dee06224d5a4f582
@@ -44,6 +44,7 @@ do_configure() {
 	cp ${WORKDIR}/config.sh-sh4-linux .
 	#perl insists on an extra config.sh for arm EABI
 	cp config.sh-arm-linux config.sh-arm-linux-gnueabi
+	cp config.sh-armeb-linux config.sh-armeb-linux-gnueabi
 	# nslu2 LE uclibc builds do not work with the default config.sh
 	if test "${MACHINE}" = nslu2
 	then






More information about the Openembedded-commits mailing list