aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/lopper/lopper_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/lopper/lopper_git.bb')
-rw-r--r--recipes-kernel/lopper/lopper_git.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-kernel/lopper/lopper_git.bb b/recipes-kernel/lopper/lopper_git.bb
index 606dab64..5e2ca69a 100644
--- a/recipes-kernel/lopper/lopper_git.bb
+++ b/recipes-kernel/lopper/lopper_git.bb
@@ -4,10 +4,13 @@ LICENSE = "BSD-3-Clause"
SECTION = "bootloader"
SRC_URI = "git://github.com/devicetree-org/lopper.git;branch=master;protocol=https"
-SRCREV = "3c81fcce08eeb64cbbde1535abd83572985a8689"
+SRCREV = "9159040dab25e2f1e7b447fcbfcd5397b1d618e8"
S = "${WORKDIR}/git"
-PV="v1.0+git${SRCPV}"
+BASEVERSION = "1.0.2"
+PV = "v${BASEVERSION}+git"
+
+PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${BPN}-${BASEVERSION}-*.whl"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=8e5f5f691f01c9fdfa7a7f2d535be619"