From 907836739c7a5f96959aab7371ebad0758a63655 Mon Sep 17 00:00:00 2001 From: Romuald JEANNE Date: Wed, 17 Jun 2020 16:59:03 +0200 Subject: [PATCH] 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 --- recipes-support/hidapi/hidapi-stm32mp_0.8.0-rc1.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-support/hidapi/hidapi-stm32mp_0.8.0-rc1.bb b/recipes-support/hidapi/hidapi-stm32mp_0.8.0-rc1.bb index 1b3b4c7..9e27122 100644 --- a/recipes-support/hidapi/hidapi-stm32mp_0.8.0-rc1.bb +++ b/recipes-support/hidapi/hidapi-stm32mp_0.8.0-rc1.bb @@ -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"