diff options
-rw-r--r-- | recipes-kernel/lopper/lopper_git.bb | 6 |
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" | |||
4 | SECTION = "bootloader" | 4 | SECTION = "bootloader" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/devicetree-org/lopper.git;branch=master;protocol=https" | 6 | SRC_URI = "git://github.com/devicetree-org/lopper.git;branch=master;protocol=https" |
7 | SRCREV = "3c81fcce08eeb64cbbde1535abd83572985a8689" | 7 | SRCREV = "c7b22ce9f1704488e0f92cfd682aba9a048c9e14" |
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
9 | 9 | ||
10 | BASEVERSION = "1.0" | 10 | BASEVERSION = "1.0.2" |
11 | PV="v${BASEVERSION}+git${SRCPV}" | 11 | PV = "v${BASEVERSION}+git${SRCPV}" |
12 | 12 | ||
13 | PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${BPN}-${BASEVERSION}-*.whl" | 13 | PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${BPN}-${BASEVERSION}-*.whl" |
14 | 14 | ||