HIDAPI-STM32MP: Cleanup wrong use of ${SRCPV} in PR recipe var
Setting ${SRCPV} in PR leads to expansion error when using externalsrc with
devtool. The ${SRCPV} expansion is only done when used in PV.
Change-Id: I7e30095b52e6e8f866a58c5beed838fdb96539c0
This commit is contained in:
parent
68ceb01965
commit
907836739c
|
|
@ -9,8 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7c3949a631240cb6c31c50f3eb696077"
|
|||
SRC_URI = "git://github.com/signal11/hidapi.git"
|
||||
SRCREV = "a6a622ffb680c55da0de787ff93b80280498330f"
|
||||
|
||||
PV = "0.8.0-rc1"
|
||||
PR = "git${SRCPV}"
|
||||
PV = "0.8.0-rc1-git.${SRCPV}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue