diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-11-03 15:12:55 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-05 11:28:39 +0000 |
| commit | 679dba6b8d80ae7b8c6bc8151706a62d0a002a84 (patch) | |
| tree | af6503fc472423779473cefdbca86fb66f3ac4b1 /meta/recipes-extended | |
| parent | 253ff8493c5d600dca1950bd872b4c7eca4cf76f (diff) | |
| download | poky-679dba6b8d80ae7b8c6bc8151706a62d0a002a84.tar.gz | |
libnewt: upgrade 0.52.23 -> 0.52.24
Changelog:
===========
- add support for python3.13
- fix compiler warnings
(From OE-Core rev: 3d97fe3848d68159c4b7119b0906c8388ce54a9a)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
| -rw-r--r-- | meta/recipes-extended/newt/libnewt_0.52.24.bb (renamed from meta/recipes-extended/newt/libnewt_0.52.23.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/newt/libnewt_0.52.23.bb b/meta/recipes-extended/newt/libnewt_0.52.24.bb index cd3731cf74..1e39a1c5ca 100644 --- a/meta/recipes-extended/newt/libnewt_0.52.23.bb +++ b/meta/recipes-extended/newt/libnewt_0.52.24.bb | |||
| @@ -23,7 +23,7 @@ SRC_URI = "https://releases.pagure.org/newt/newt-${PV}.tar.gz \ | |||
| 23 | file://0001-detect-gold-as-GNU-linker-too.patch \ | 23 | file://0001-detect-gold-as-GNU-linker-too.patch \ |
| 24 | " | 24 | " |
| 25 | 25 | ||
| 26 | SRC_URI[sha256sum] = "caa372907b14ececfe298f0d512a62f41d33b290610244a58aed07bbc5ada12a" | 26 | SRC_URI[sha256sum] = "5ded7e221f85f642521c49b1826c8de19845aa372baf5d630a51774b544fbdbb" |
| 27 | 27 | ||
| 28 | S = "${WORKDIR}/newt-${PV}" | 28 | S = "${WORKDIR}/newt-${PV}" |
| 29 | 29 | ||
