From 0cb6b974021fc4bb00f1d9adf29eaee114573e73 Mon Sep 17 00:00:00 2001 From: Tom Geelen Date: Sat, 21 Jun 2025 16:17:17 +0200 Subject: python3-multidict: fix: update S for python3-multidict recipe Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-multidict_6.5.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-multidict_6.5.0.bb b/meta-python/recipes-devtools/python/python3-multidict_6.5.0.bb index 7b34169105..6c30c55cff 100644 --- a/meta-python/recipes-devtools/python/python3-multidict_6.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-multidict_6.5.0.bb @@ -10,7 +10,7 @@ PV .= "+git" SRCREV = "df5b5dbb6e3e262b9311755cf130c669e121eb81" PYPI_SRC_URI = "git://github.com/aio-libs/multidict;branch=master;protocol=https" -S = "${WORKDIR}/git" +S = "${UNPACKDIR}/python3-multidict-${PV}" RDEPENDS:${PN}-ptest += " \ python3-objgraph \ -- cgit v1.2.3-54-g00ecf