summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-common_2019.04.inc2
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2019.04.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2019.04.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2019.04.inc
index 2127eae2..e70e72df 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-common_2019.04.inc
+++ b/recipes-bsp/u-boot/u-boot-fslc-common_2019.04.inc
@@ -10,7 +10,7 @@ DEPENDS += "bison-native"
10 10
11SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" 11SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}"
12 12
13SRCREV = "d4eebd04278595fb7e1cc7c5725ec3a9e581be5e" 13SRCREV = "015ff874b446810481ce5f35ceb7674d1f3cf86c"
14SRCBRANCH = "2019.04+fslc" 14SRCBRANCH = "2019.04+fslc"
15 15
16PV = "v2019.04+git${SRCPV}" 16PV = "v2019.04+git${SRCPV}"
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2019.04.bb b/recipes-bsp/u-boot/u-boot-fslc_2019.04.bb
index 5659e16c..2a17792f 100644
--- a/recipes-bsp/u-boot/u-boot-fslc_2019.04.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc_2019.04.bb
@@ -6,7 +6,7 @@ order to provide support for some backported features and fixes, or because it \
6was submitted for revision and it takes some time to become part of a stable \ 6was submitted for revision and it takes some time to become part of a stable \
7version, or because it is not applicable for upstreaming." 7version, or because it is not applicable for upstreaming."
8 8
9DEPENDS_append = " dtc-native" 9DEPENDS_append = " bc-native dtc-native"
10 10
11PROVIDES += "u-boot" 11PROVIDES += "u-boot"
12 12