diff mbox series

[meta-oe] waylandpp: Add tag annotation to SRC_URI

Message ID 20250731160409.1347809-1-raj.khem@gmail.com
State New
Headers show
Series [meta-oe] waylandpp: Add tag annotation to SRC_URI | expand

Commit Message

Khem Raj July 31, 2025, 4:04 p.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-graphics/wayland/waylandpp_1.0.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-graphics/wayland/waylandpp_1.0.1.bb b/meta-oe/recipes-graphics/wayland/waylandpp_1.0.1.bb
index 7ea9f3ffec..485915db35 100644
--- a/meta-oe/recipes-graphics/wayland/waylandpp_1.0.1.bb
+++ b/meta-oe/recipes-graphics/wayland/waylandpp_1.0.1.bb
@@ -3,7 +3,7 @@  LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3aae28cc66d61975114c2b14df215407"
 
 SRC_URI = " \
-	git://github.com/NilsBrause/waylandpp.git;protocol=https;branch=1.0.x \
+	git://github.com/NilsBrause/waylandpp.git;protocol=https;tag=${PV};branch=1.0.x \
 "
 
 DEPENDS = "pugixml"