diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-08-20 10:57:52 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-08-20 10:57:52 -0700 |
commit | 034dce2d553db08351b34e6518041879555787fe (patch) | |
tree | 2f0fc697123507676fcdbcfb3b562710afe256ef | |
parent | b78bda26b71cad3b74613007758b08128f5c1706 (diff) |
linux-smdk2443: Switch to u-boot-mkimage-native
Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r-- | recipes/linux/linux-smdk2443_2.6.20+git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux-smdk2443_2.6.20+git.bb b/recipes/linux/linux-smdk2443_2.6.20+git.bb index aeaa08935c..da65c3702e 100644 --- a/recipes/linux/linux-smdk2443_2.6.20+git.bb +++ b/recipes/linux/linux-smdk2443_2.6.20+git.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Linux Kernel for smdk2443 compatible machines" SECTION = "kernel" LICENSE = "GPLv2" -DEPENDS += "u-boot-mkimage-openmoko-native" +DEPENDS += "u-boot-mkimage-native" PR = "r1" |