binutils-avr32.inc: Add DEPENDS autoconf-native and automake-native.
authorLeon Woestenberg <leon@sidebranch.com>
Fri, 24 Apr 2009 22:25:59 +0000 (00:25 +0200)
committerLeon Woestenberg <leon@sidebranch.com>
Fri, 24 Apr 2009 22:25:59 +0000 (00:25 +0200)
On my fresh Ubuntu 9.04 with the minimal set of host packages installed
required by OpenEmbedded, the atngw100 build failed due to autoconf
and aclocal (from automake package) not being present.

Running 'bitbake autoconf-native and automake-native' solved this.

Adding those two as DEPENDS to binutils-avr32.inc should fix this
for a pristine build.

Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
recipes/binutils/binutils-avr32.inc
recipes/binutils/binutils_2.17.bb

index bbae784..2aa5e3f 100644 (file)
@@ -2,6 +2,7 @@
 # See http://avr32linux.org/twiki/bin/view/Main/BinutilsPatches for
 # more information
 
+DEPENDS += "autoconf-native automake-native"
 
 do_avr32_reconf () {
         if test ${TARGET_ARCH} == avr32; then
index 0f0b5d6..fdee8a5 100644 (file)
@@ -1,7 +1,7 @@
 require binutils.inc
 require binutils-avr32.inc
 
-PR = "r6"
+PR = "r7"
 
 SRC_URI = \
     "http://ftp.gnu.org/gnu/binutils/binutils-${PV}.tar.bz2 \