[oe-commits] org.oe.dev binutils-avr32.inc: remove the "2.13" from autoconf, we don't want to rely on host tools, certainly not without checking it they exist. This commit fixes the build for me on debian unstable and ubuntu hardy

koen commit oe at amethyst.openembedded.net
Sat May 10 19:05:41 UTC 2008


binutils-avr32.inc: remove the "2.13" from autoconf, we don't want to rely on host tools, certainly not without checking it they exist. This commit fixes the build for me on debian unstable and ubuntu hardy

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: a1ec7f0224025b367c7559b6ca8eabbbed512ea9
ViewMTN: http://monotone.openembedded.org/revision/info/a1ec7f0224025b367c7559b6ca8eabbbed512ea9
Files:
1
packages/binutils/binutils-avr32.inc
Diffs:

#
# mt diff -reb8f27284e2a19260f3ede34200ededfed0f3464 -ra1ec7f0224025b367c7559b6ca8eabbbed512ea9
#
#
#
# patch "packages/binutils/binutils-avr32.inc"
#  from [f542652a8b7f98688665946ef7a8f4643be2419b]
#    to [7d4de5cdff8cbe23a79ceaf4ae9d202ba3b70583]
#
============================================================
--- packages/binutils/binutils-avr32.inc	f542652a8b7f98688665946ef7a8f4643be2419b
+++ packages/binutils/binutils-avr32.inc	7d4de5cdff8cbe23a79ceaf4ae9d202ba3b70583
@@ -5,7 +5,7 @@ do_avr32_reconf () {
 
 do_avr32_reconf () {
         if test ${TARGET_ARCH} == avr32; then
-            (cd ${S} && autoconf2.13) || die "Error running autoconf"
+            (cd ${S} && autoconf) || die "Error running autoconf"
             for dir in bfd opcodes binutils ld; do
                 (cd "${S}/$dir" &&
                  aclocal &&






More information about the Openembedded-commits mailing list