From 32ad169805e35ca2121f033b63656851294ef41e Mon Sep 17 00:00:00 2001 From: Leon Woestenberg Date: Sat, 25 Apr 2009 00:25:59 +0200 Subject: binutils-avr32.inc: Add DEPENDS autoconf-native and automake-native. 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 --- recipes/binutils/binutils_2.17.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/binutils/binutils_2.17.bb') diff --git a/recipes/binutils/binutils_2.17.bb b/recipes/binutils/binutils_2.17.bb index 0f0b5d654d..fdee8a56ec 100644 --- a/recipes/binutils/binutils_2.17.bb +++ b/recipes/binutils/binutils_2.17.bb @@ -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 \ -- cgit 1.2.3-korg