summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChunrong Guo <B40290@freescale.com>2015-02-04 15:18:13 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2015-02-05 23:08:27 -0200
commit438f214bb1e0e0a1be6581ac9761b6db348a4c4e (patch)
tree407949fd2ddb31e41dad788e8a2b343757505f5d
parentcd7c18c2c3ad1ae282c9c9c9b83e847061b371d1 (diff)
downloadmeta-freescale-438f214bb1e0e0a1be6581ac9761b6db348a4c4e.tar.gz
u-boot-ls1: Added change-file-endianess as DEPENDS
Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1_2014.07.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1_2014.07.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1_2014.07.bb
index 7b4fb583a..1a1f76dcf 100644
--- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1_2014.07.bb
+++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1_2014.07.bb
@@ -4,7 +4,7 @@ inherit fsl-u-boot-localversion
4 4
5LOCALVERSION ?= "-${SRCBRANCH}" 5LOCALVERSION ?= "-${SRCBRANCH}"
6 6
7DEPENDS += "u-boot-ls1-tools-native" 7DEPENDS += "change-file-endianess-native"
8PROVIDES += "u-boot" 8PROVIDES += "u-boot"
9 9
10do_compile_append () { 10do_compile_append () {