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>
# 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
require binutils.inc
require binutils-avr32.inc
-PR = "r6"
+PR = "r7"
SRC_URI = \
"http://ftp.gnu.org/gnu/binutils/binutils-${PV}.tar.bz2 \