summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/lopper/lopper_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-kernel/lopper/lopper_git.bb b/recipes-kernel/lopper/lopper_git.bb
index 606dab64..e96bac72 100644
--- a/recipes-kernel/lopper/lopper_git.bb
+++ b/recipes-kernel/lopper/lopper_git.bb
@@ -7,7 +7,10 @@ SRC_URI = "git://github.com/devicetree-org/lopper.git;branch=master;protocol=htt
7SRCREV = "3c81fcce08eeb64cbbde1535abd83572985a8689" 7SRCREV = "3c81fcce08eeb64cbbde1535abd83572985a8689"
8S = "${WORKDIR}/git" 8S = "${WORKDIR}/git"
9 9
10PV="v1.0+git${SRCPV}" 10BASEVERSION = "1.0"
11PV="v${BASEVERSION}+git${SRCPV}"
12
13PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${BPN}-${BASEVERSION}-*.whl"
11 14
12LIC_FILES_CHKSUM = "file://LICENSE.md;md5=8e5f5f691f01c9fdfa7a7f2d535be619" 15LIC_FILES_CHKSUM = "file://LICENSE.md;md5=8e5f5f691f01c9fdfa7a7f2d535be619"
13 16