All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] python3-dtc: fix wheel build
@ 2022-02-27 23:28 Tim Orling
  2022-02-27 23:28 ` [PATCH 2/2] lopper: " Tim Orling
  2022-03-02 20:45 ` [meta-virtualization] [PATCH 1/2] python3-dtc: " Bruce Ashfield
  0 siblings, 2 replies; 3+ messages in thread
From: Tim Orling @ 2022-02-27 23:28 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Tim Orling

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>
---
 recipes-kernel/dtc/python3-dtc_1.6.1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-kernel/dtc/python3-dtc_1.6.1.bb b/recipes-kernel/dtc/python3-dtc_1.6.1.bb
index 449d071..671d280 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"
 PV = "1.6.1+git${SRCPV}"
 S = "${WORKDIR}/git"
 
+PYPA_WHEEL = "${S}/dist/libfdt-1.6.2*.whl"
+
 inherit setuptools3 pkgconfig
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-02 20:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-27 23:28 [PATCH 1/2] python3-dtc: fix wheel build Tim Orling
2022-02-27 23:28 ` [PATCH 2/2] lopper: " Tim Orling
2022-03-02 20:45 ` [meta-virtualization] [PATCH 1/2] python3-dtc: " Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.