From 5b0d2716839c3d6a1c4b0a6eb5e4ebc313354828 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 20 Aug 2010 09:58:55 -0700 Subject: u-boot: Move the config target into do_configure Signed-off-by: Tom Rini --- recipes/u-boot/u-boot-utils_1.2.0.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'recipes/u-boot/u-boot-utils_1.2.0.bb') diff --git a/recipes/u-boot/u-boot-utils_1.2.0.bb b/recipes/u-boot/u-boot-utils_1.2.0.bb index 7cf77b8416..013de890b0 100644 --- a/recipes/u-boot/u-boot-utils_1.2.0.bb +++ b/recipes/u-boot/u-boot-utils_1.2.0.bb @@ -18,11 +18,10 @@ TARGET_LDFLAGS = "" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-${PV}" do_configure() { - : + oe_runmake Sandpoint8240_config } do_compile () { - oe_runmake Sandpoint8240_config oe_runmake tools } -- cgit v1.2.3