summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/lopper/lopper_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/lopper/lopper_git.bb b/recipes-kernel/lopper/lopper_git.bb
index 1daaf808..2d1550d7 100644
--- a/recipes-kernel/lopper/lopper_git.bb
+++ b/recipes-kernel/lopper/lopper_git.bb
@@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause"
4SECTION = "bootloader" 4SECTION = "bootloader"
5 5
6SRC_URI = "git://github.com/devicetree-org/lopper.git;branch=master;protocol=https" 6SRC_URI = "git://github.com/devicetree-org/lopper.git;branch=master;protocol=https"
7SRCREV = "a2abe17bd3b95051d7ab00639b533a96ca0cd208" 7SRCREV = "bd7deb3a6e491fe01b4dacc676aa21b1f129d03c"
8S = "${WORKDIR}/git" 8S = "${WORKDIR}/git"
9 9
10BASEVERSION = "1.0.2" 10BASEVERSION = "1.0.2"