diff options
author | Ting Liu <ting.liu@nxp.com> | 2020-04-11 22:35:11 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-04-20 16:17:28 -0300 |
commit | af4311972f3bcaa760cc58142fb8b65a38dbabf2 (patch) | |
tree | ae6fdda8dbd3829b696857f3aabdfa23e6f7abe8 /recipes-bsp/rcw | |
parent | 2cd5ba1c3895a1f0a3fc0066f62865a341de1222 (diff) | |
download | meta-freescale-af4311972f3bcaa760cc58142fb8b65a38dbabf2.tar.gz |
rcw: not DEPENDS change-file-endianess
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'recipes-bsp/rcw')
-rw-r--r-- | recipes-bsp/rcw/rcw_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb index efb6ed95..a2172df1 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 | |||
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=44a0d0fad189770cc022af4ac6262cbe" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=44a0d0fad189770cc022af4ac6262cbe" |
5 | 5 | ||
6 | DEPENDS += "change-file-endianess-native tcl-native" | 6 | DEPENDS += "tcl-native" |
7 | 7 | ||
8 | inherit deploy siteinfo | 8 | inherit deploy siteinfo |
9 | 9 | ||