summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2022-03-01 11:52:48 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-03-02 15:46:04 -0500
commit26017da9d8cc1de8cd4dd905d1edd892787d4fc6 (patch)
tree527b191ca135eed33e611288df1a9956f8bb5784 /recipes-kernel
parent0f3da01452e8de1b03a7a0dfcc762c380404dd17 (diff)
downloadmeta-virtualization-26017da9d8cc1de8cd4dd905d1edd892787d4fc6.tar.gz
python3-dtc: fix missing files in sysroot
There is a bug in SWIG/setuptools where 'pip install' doesn't build libfdt.py unless the build tree is already dirty, which makes using the library impossible. Bump the SRCREV to incorporate the upstream workaround for this issue. Signed-off-by: Ross Burton <ross.burton@arm.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, 1 insertions, 1 deletions
diff --git a/recipes-kernel/dtc/python3-dtc_1.6.1.bb b/recipes-kernel/dtc/python3-dtc_1.6.1.bb
index 671d280a..a868bd01 100644
--- a/recipes-kernel/dtc/python3-dtc_1.6.1.bb
+++ b/recipes-kernel/dtc/python3-dtc_1.6.1.bb
@@ -14,7 +14,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
14 14
15LIC_FILES_CHKSUM = "file://pylibfdt/libfdt.i;beginline=1;endline=6;md5=afda088c974174a29108c8d80b5dce90" 15LIC_FILES_CHKSUM = "file://pylibfdt/libfdt.i;beginline=1;endline=6;md5=afda088c974174a29108c8d80b5dce90"
16 16
17SRCREV = "4048aed12b81c5a0154b9af438edc99ec7d2b6a1" 17SRCREV = "c001fc01a43e7a06447c06ea3d50bd60641322b8"
18 18
19PV = "1.6.1+git${SRCPV}" 19PV = "1.6.1+git${SRCPV}"
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"