summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/lopper/lopper_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/lopper/lopper_git.bb b/recipes-kernel/lopper/lopper_git.bb
index e96bac72..d91f7edf 100644
--- a/recipes-kernel/lopper/lopper_git.bb
+++ b/recipes-kernel/lopper/lopper_git.bb
@@ -4,11 +4,11 @@ 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 = "3c81fcce08eeb64cbbde1535abd83572985a8689" 7SRCREV = "c7b22ce9f1704488e0f92cfd682aba9a048c9e14"
8S = "${WORKDIR}/git" 8S = "${WORKDIR}/git"
9 9
10BASEVERSION = "1.0" 10BASEVERSION = "1.0.2"
11PV="v${BASEVERSION}+git${SRCPV}" 11PV = "v${BASEVERSION}+git${SRCPV}"
12 12
13PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${BPN}-${BASEVERSION}-*.whl" 13PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${BPN}-${BASEVERSION}-*.whl"
14 14