From 5acdd9778a60bfaf2bee042a09386a7439eeb067 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 1 Oct 2010 11:18:45 -0700 Subject: u-boot-mkimage: Add sdk to BBCLASSEXTEND Signed-off-by: Tom Rini --- recipes/u-boot/u-boot-mkimage_1.3.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/u-boot') diff --git a/recipes/u-boot/u-boot-mkimage_1.3.2.bb b/recipes/u-boot/u-boot-mkimage_1.3.2.bb index d2bf7e5926..a647d382ec 100644 --- a/recipes/u-boot/u-boot-mkimage_1.3.2.bb +++ b/recipes/u-boot/u-boot-mkimage_1.3.2.bb @@ -26,7 +26,7 @@ do_install () { } NATIVE_INSTALL_WORKS = "1" -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native sdk" SRC_URI[md5sum] = "78b1c2722d3907b5fae2cd219dbaf927" SRC_URI[sha256sum] = "8ab07cd758a1775642629e624f70e376fa8e84a2f879dee4544158d9c90cde2a" -- cgit 1.2.3-korg