diff options
author | Ross Burton <ross@burtonini.com> | 2022-03-01 11:52:48 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-03-02 15:46:04 -0500 |
commit | 26017da9d8cc1de8cd4dd905d1edd892787d4fc6 (patch) | |
tree | 527b191ca135eed33e611288df1a9956f8bb5784 | |
parent | 0f3da01452e8de1b03a7a0dfcc762c380404dd17 (diff) | |
download | meta-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>
-rw-r--r-- | recipes-kernel/dtc/python3-dtc_1.6.1.bb | 2 |
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 | ||
15 | LIC_FILES_CHKSUM = "file://pylibfdt/libfdt.i;beginline=1;endline=6;md5=afda088c974174a29108c8d80b5dce90" | 15 | LIC_FILES_CHKSUM = "file://pylibfdt/libfdt.i;beginline=1;endline=6;md5=afda088c974174a29108c8d80b5dce90" |
16 | 16 | ||
17 | SRCREV = "4048aed12b81c5a0154b9af438edc99ec7d2b6a1" | 17 | SRCREV = "c001fc01a43e7a06447c06ea3d50bd60641322b8" |
18 | 18 | ||
19 | PV = "1.6.1+git${SRCPV}" | 19 | PV = "1.6.1+git${SRCPV}" |
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |