diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-11 14:31:24 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-24 16:50:24 +0100 |
commit | 65318019cd8c6db19ae5d4526a0fa2d8c8ef25fa (patch) | |
tree | 7b97ae9eab7fecb7663c563327e608673d6d2a25 /meta/recipes-devtools/python | |
parent | 62afa02d01794376efab75623f42e7e08af08526 (diff) | |
download | poky-65318019cd8c6db19ae5d4526a0fa2d8c8ef25fa.tar.gz |
recipes/classes/scripts: Drop SRCPV usage in OE-Core
Now that SRCPV isn't needed we can simplify things in a few places...
(From OE-Core rev: 843f82a246a535c353e08072f252d1dc78217872)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python3-dtc_1.6.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-dtc_1.6.1.bb b/meta/recipes-devtools/python/python3-dtc_1.6.1.bb index a868bd0109..95ab0be474 100644 --- a/meta/recipes-devtools/python/python3-dtc_1.6.1.bb +++ b/meta/recipes-devtools/python/python3-dtc_1.6.1.bb | |||
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://pylibfdt/libfdt.i;beginline=1;endline=6;md5=afda088c9 | |||
16 | 16 | ||
17 | SRCREV = "c001fc01a43e7a06447c06ea3d50bd60641322b8" | 17 | SRCREV = "c001fc01a43e7a06447c06ea3d50bd60641322b8" |
18 | 18 | ||
19 | PV = "1.6.1+git${SRCPV}" | 19 | PV = "1.6.1+git" |
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | 21 | ||
22 | PYPA_WHEEL = "${S}/dist/libfdt-1.6.2*.whl" | 22 | PYPA_WHEEL = "${S}/dist/libfdt-1.6.2*.whl" |