summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2022-02-27 15:28:17 -0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-03-02 15:44:58 -0500
commit35f34844ff231c7e06dd1d15976a7580db7ae550 (patch)
tree3cd06bbc33d075714e24f9861c8bfa8dd014f001 /recipes-kernel
parente6f165dcecc7fd56bee6dcd902caaf800e79e6b6 (diff)
downloadmeta-virtualization-35f34844ff231c7e06dd1d15976a7580db7ae550.tar.gz
python3-dtc: fix wheel build
The wheel that is built is ${S}/dist/libfdt-1.6.2.dev39+g4048aed.d20220103-cp310-cp310-linux_x86_64.whl Set PYPA_WHEEL to match this. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/dtc/python3-dtc_1.6.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/dtc/python3-dtc_1.6.1.bb b/recipes-kernel/dtc/python3-dtc_1.6.1.bb
index 449d0717..671d280a 100644
--- a/recipes-kernel/dtc/python3-dtc_1.6.1.bb
+++ b/recipes-kernel/dtc/python3-dtc_1.6.1.bb
@@ -19,6 +19,8 @@ SRCREV = "4048aed12b81c5a0154b9af438edc99ec7d2b6a1"
19PV = "1.6.1+git${SRCPV}" 19PV = "1.6.1+git${SRCPV}"
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
21 21
22PYPA_WHEEL = "${S}/dist/libfdt-1.6.2*.whl"
23
22inherit setuptools3 pkgconfig 24inherit setuptools3 pkgconfig
23 25
24BBCLASSEXTEND = "native nativesdk" 26BBCLASSEXTEND = "native nativesdk"