u-boot-boundary: fix build in master branch

Since master now uses dtc 1.4.6, need to use the 1.4.5 in order to
build older U-Boot versions like 2017.03.

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
This commit is contained in:
Gary Bisson 2018-07-24 22:59:50 +02:00 committed by Fabio Berton
parent 4cf1272b94
commit f602be09ca

View File

@ -8,7 +8,7 @@ SRCREV = "962210405277c99520aa4c5185c5aa2d589fbd1d"
SRCBRANCH = "boundary-imx_v2017.03_4.9.51_imx8m_ga"
SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}"
DEPENDS += "dtc-native"
DEPENDS += "dtc-145-native"
S = "${WORKDIR}/git"