summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/packages/linux/linux.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/linux/linux.inc b/meta/packages/linux/linux.inc
index 4c24f7a2b1..2b376e2d01 100644
--- a/meta/packages/linux/linux.inc
+++ b/meta/packages/linux/linux.inc
@@ -13,7 +13,7 @@ python __anonymous () {
13 kerneltype = bb.data.getVar('KERNEL_IMAGETYPE', d, 1) or '' 13 kerneltype = bb.data.getVar('KERNEL_IMAGETYPE', d, 1) or ''
14 if kerneltype == 'uImage': 14 if kerneltype == 'uImage':
15 depends = bb.data.getVar("DEPENDS", d, 1) 15 depends = bb.data.getVar("DEPENDS", d, 1)
16 depends = "%s u-boot-mkimage-openmoko-native" % depends 16 depends = "%s u-boot-mkimage-native" % depends
17 bb.data.setVar("DEPENDS", depends, d) 17 bb.data.setVar("DEPENDS", depends, d)
18} 18}
19 19