diff options
Diffstat (limited to 'meta/recipes-bsp/u-boot')
-rw-r--r-- | meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb | 2 | ||||
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-common.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb b/meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb index ce14bc48aa..6906e5362d 100644 --- a/meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb +++ b/meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb | |||
@@ -10,7 +10,7 @@ LICENSE = "LGPL-2.1" | |||
10 | LIC_FILES_CHKSUM = "file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c" | 10 | LIC_FILES_CHKSUM = "file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c" |
11 | SECTION = "libs" | 11 | SECTION = "libs" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https" | 13 | SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https;branch=master" |
14 | SRCREV = "ba7564f5006d09bec51058cf4f5ac90d4dc18b3c" | 14 | SRCREV = "ba7564f5006d09bec51058cf4f5ac90d4dc18b3c" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc index e41a4b5096..5a3fc17ad1 100644 --- a/meta/recipes-bsp/u-boot/u-boot-common.inc +++ b/meta/recipes-bsp/u-boot/u-boot-common.inc | |||
@@ -14,7 +14,7 @@ PE = "1" | |||
14 | # repo during parse | 14 | # repo during parse |
15 | SRCREV = "d80bb749fab53da72c4a0e09b8c2d2aaa3103c91" | 15 | SRCREV = "d80bb749fab53da72c4a0e09b8c2d2aaa3103c91" |
16 | 16 | ||
17 | SRC_URI = "git://git.denx.de/u-boot.git \ | 17 | SRC_URI = "git://git.denx.de/u-boot.git;branch=master \ |
18 | " | 18 | " |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |