From 71cd9a2b4ee89f1b41d9aab4d58d6afdb0b1566c Mon Sep 17 00:00:00 2001 From: Pawel Langowski Date: Mon, 5 Aug 2024 15:11:48 +0200 Subject: [PATCH] Change PV for git recipes Signed-off-by: Pawel Langowski --- recipes-devtools/stlink/stlink_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-devtools/stlink/stlink_git.bb b/recipes-devtools/stlink/stlink_git.bb index f674ac1..f9bd5b9 100644 --- a/recipes-devtools/stlink/stlink_git.bb +++ b/recipes-devtools/stlink/stlink_git.bb @@ -3,6 +3,8 @@ HOMEPAGE = "https://github.com/texane/stlink" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://${S}/LICENSE.md;md5=3374725a40df7047d33d627811b8149e" +PV = "1.7.0+git${SRCPV}" + BRANCH = "master" TAG = "v1.7.0"