summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-07-19 14:24:04 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2014-08-04 11:12:26 +0200
commite0d8f3fe7528db665e52d75d2a1a35b5356842cd (patch)
treed7d0638ab5e76d100d6904a983c6ff00861a3c33
parent5dc358d54b2578afc401f4a65d2c3a72463d3a68 (diff)
trdx-image-fstype.inc: fix DEPENDS
Append instead of overwritting the DEPENDS variable.
-rw-r--r--recipes/images/trdx-image-fstype.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/images/trdx-image-fstype.inc b/recipes/images/trdx-image-fstype.inc
index bea9e59..5992db4 100644
--- a/recipes/images/trdx-image-fstype.inc
+++ b/recipes/images/trdx-image-fstype.inc
@@ -8,8 +8,8 @@ U_BOOT_EXT_colibri-vf = "imx"
U_BOOT_EXT_apalis-imx6 = "imx"
#we need some native tools for deployment
-DEPENDS_colibri-vf = "mtd-utils-native imx-loader-native"
-DEPENDS_mx6 = "imx-loader-native"
+DEPENDS_append_colibri-vf = " mtd-utils-native imx-loader-native"
+DEPENDS_append_mx6 = " imx-loader-native"
imagedeploytools() {
# default to nothing to deploy