mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-multidict: fix: update S for python3-multidict recipe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
af2e6a25cf
commit
0cb6b97402
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user