summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-imx_2017.03.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-imx_2017.03.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-imx_2017.03.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx_2017.03.bb b/recipes-bsp/u-boot/u-boot-imx_2017.03.bb
index 52ebee99..0e4ba7b3 100644
--- a/recipes-bsp/u-boot/u-boot-imx_2017.03.bb
+++ b/recipes-bsp/u-boot/u-boot-imx_2017.03.bb
@@ -6,7 +6,6 @@ DESCRIPTION = "i.MX U-Boot suppporting i.MX reference boards."
6require recipes-bsp/u-boot/u-boot.inc 6require recipes-bsp/u-boot/u-boot.inc
7 7
8PROVIDES += "u-boot" 8PROVIDES += "u-boot"
9DEPENDS_append = "dtc-145-native"
10 9
11LICENSE = "GPLv2+" 10LICENSE = "GPLv2+"
12LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" 11LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
@@ -17,7 +16,7 @@ SRCREV = "b76bb1bf9fd21e21006d79552e28855ac43ad43c"
17 16
18S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
19 18
20inherit fsl-u-boot-localversion 19inherit dtc-145 fsl-u-boot-localversion
21 20
22LOCALVERSION ?= "-${SRCBRANCH}" 21LOCALVERSION ?= "-${SRCBRANCH}"
23 22