summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
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
commit0390b961c9a92f4e5e35dd4fd11124a9b7bf5ee0 (patch)
treedf6a834b16db1a62cccbc507f5c06ec198131e6c /recipes-bsp
parent134cc18726c412160deeb293c70061f121baf528 (diff)
downloadmeta-fsl-arm-0390b961c9a92f4e5e35dd4fd11124a9b7bf5ee0.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>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-ls1_2014.07.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ls1_2014.07.bb b/recipes-bsp/u-boot/u-boot-ls1_2014.07.bb
index 7b4fb58..1a1f76d 100644
--- a/recipes-bsp/u-boot/u-boot-ls1_2014.07.bb
+++ b/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 () {