diff options
Diffstat (limited to 'meta/classes/kernel-uimage.bbclass')
| -rw-r--r-- | meta/classes/kernel-uimage.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/kernel-uimage.bbclass b/meta/classes/kernel-uimage.bbclass index 1d8656e76e..c2de6bb40d 100644 --- a/meta/classes/kernel-uimage.bbclass +++ b/meta/classes/kernel-uimage.bbclass | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | inherit kernel-uboot | 1 | inherit kernel-uboot |
| 2 | 2 | ||
| 3 | python __anonymous () { | 3 | python __anonymous () { |
| 4 | if "uImage" in (d.getVar('KERNEL_IMAGETYPES') or "").split(): | 4 | if "uImage" in d.getVar('KERNEL_IMAGETYPES'): |
| 5 | depends = d.getVar("DEPENDS") | 5 | depends = d.getVar("DEPENDS") |
| 6 | depends = "%s u-boot-mkimage-native" % depends | 6 | depends = "%s u-boot-mkimage-native" % depends |
| 7 | d.setVar("DEPENDS", depends) | 7 | d.setVar("DEPENDS", depends) |
