diff mbox series

[meta-oe,v2,2/2] libplist: update SRC_URI to include tag

Message ID 20251120032931.3639995-2-ankur.tyagi85@gmail.com
State New
Headers show
Series [meta-oe,v2,1/2] libplist: add ptest support | expand

Commit Message

Ankur Tyagi Nov. 20, 2025, 3:29 a.m. UTC
From: Ankur Tyagi <ankur.tyagi85@gmail.com>

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
---
changes in v2:
- no change
---
 meta-oe/recipes-extended/libimobiledevice/libplist_2.6.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/libimobiledevice/libplist_2.6.0.bb b/meta-oe/recipes-extended/libimobiledevice/libplist_2.6.0.bb
index 831b74cd1f..17b1d7cfd3 100644
--- a/meta-oe/recipes-extended/libimobiledevice/libplist_2.6.0.bb
+++ b/meta-oe/recipes-extended/libimobiledevice/libplist_2.6.0.bb
@@ -9,7 +9,7 @@  DEPENDS = "libxml2 glib-2.0 swig python3"
 inherit autotools pkgconfig python3native python3targetconfig ptest
 
 SRCREV = "2117b8fdb6b4096455bd2041a63e59a028120136"
-SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https;branch=master \
+SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https;branch=master;tag=${PV} \
            file://run-ptest \
            file://0001-test-fix-operator-error.patch \
 "