summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot_git.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot_git.bb b/recipes-bsp/u-boot/u-boot_git.bb
index 008e253..3479b23 100644
--- a/recipes-bsp/u-boot/u-boot_git.bb
+++ b/recipes-bsp/u-boot/u-boot_git.bb
@@ -11,7 +11,8 @@ DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc libgcc"
11 11
12inherit deploy 12inherit deploy
13 13
14SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git" 14SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git \
15 file://Fix-the-depend-race-issue.patch"
15SRCREV = "831b30de4b768f0b3b7dbfa11739b14cea612d7e" 16SRCREV = "831b30de4b768f0b3b7dbfa11739b14cea612d7e"
16 17
17python () { 18python () {