diff options
-rw-r--r-- | recipes-kernel/dtc/python3-dtc_1.6.1.bb | 2 |
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" | |||
19 | PV = "1.6.1+git${SRCPV}" | 19 | PV = "1.6.1+git${SRCPV}" |
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | 21 | ||
22 | PYPA_WHEEL = "${S}/dist/libfdt-1.6.2*.whl" | ||
23 | |||
22 | inherit setuptools3 pkgconfig | 24 | inherit setuptools3 pkgconfig |
23 | 25 | ||
24 | BBCLASSEXTEND = "native nativesdk" | 26 | BBCLASSEXTEND = "native nativesdk" |