summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorChunrong Guo <B40290@freescale.com>2015-02-04 15:18:12 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2015-02-05 23:08:27 -0200
commit134cc18726c412160deeb293c70061f121baf528 (patch)
tree5ed7e9f4afe6ea5c6b638b0f84fbd5761a87379c /recipes-bsp
parent3fe2da8624e87151b590cf0020d6112c8add3367 (diff)
downloadmeta-fsl-arm-134cc18726c412160deeb293c70061f121baf528.tar.gz
rcw: 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/rcw/rcw_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb
index 0d10548..7e77ab3 100644
--- a/recipes-bsp/rcw/rcw_git.bb
+++ b/recipes-bsp/rcw/rcw_git.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Reset Configuration Word - hardware boot-time parameters for the
3LICENSE = "BSD" 3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://rcw.py;beginline=8;endline=28;md5=9ba0b28922dd187b06b6c8ebcfdd208e" 4LIC_FILES_CHKSUM = "file://rcw.py;beginline=8;endline=28;md5=9ba0b28922dd187b06b6c8ebcfdd208e"
5 5
6DEPENDS += "u-boot-ls1-tools-native" 6DEPENDS += "change-file-endianess-native"
7 7
8inherit deploy 8inherit deploy
9 9