diff options
| author | wangmy <wangmy@fujitsu.com> | 2021-11-09 20:09:04 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-10 19:27:28 +0000 |
| commit | ac34f24442f60a947b4039b0d9824ff4bac833e1 (patch) | |
| tree | 082bcb943fa6e43d1ca6559cc779f2661af0418d /meta/recipes-support/diffoscope | |
| parent | a0b518d3321c2de4efbd4fd1477c81efba5ac780 (diff) | |
| download | poky-ac34f24442f60a947b4039b0d9824ff4bac833e1.tar.gz | |
diffoscope: upgrade 189 -> 190
Changelog:
[Chris Lamb]
Don't raise a traceback if we cannot de-marshal Python bytecode to support
Python 3.7 loading newer .pyc files.
(Closes: reproducible-builds/diffoscope#284)
Fix Python tests under Python 3.7 with file 5.39+.
[Vagrant Cascadian]
Skip Python bytecode testing when "file" is older than 5.39.
[Roland Clobus]
Detect whether the GNU_BUILD_ID field has been modified.
(From OE-Core rev: b9c59b5d2ac29544c1877f50ec10d2126339d814)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/diffoscope')
| -rw-r--r-- | meta/recipes-support/diffoscope/diffoscope_190.bb (renamed from meta/recipes-support/diffoscope/diffoscope_189.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/diffoscope/diffoscope_189.bb b/meta/recipes-support/diffoscope/diffoscope_190.bb index d3c70b47c5..8303ee4693 100644 --- a/meta/recipes-support/diffoscope/diffoscope_189.bb +++ b/meta/recipes-support/diffoscope/diffoscope_190.bb | |||
| @@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope" | |||
| 12 | 12 | ||
| 13 | inherit pypi setuptools3 | 13 | inherit pypi setuptools3 |
| 14 | 14 | ||
| 15 | SRC_URI[sha256sum] = "2ec8d94af13e905ec1a905ebfb2654971cf977b149d296f8bf2aeff6bcab3d8a" | 15 | SRC_URI[sha256sum] = "29e3c5ce764b494771876aef3f587ed4867374a0f4e28afe39d4f0640ddb7744" |
| 16 | 16 | ||
| 17 | RDEPENDS:${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic python3-rpm" | 17 | RDEPENDS:${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic python3-rpm" |
| 18 | 18 | ||
