diff options
| author | Peter Marko <peter.marko@siemens.com> | 2024-05-18 23:29:54 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-05-22 10:21:26 +0100 |
| commit | 95e812313fdbac17cf60f1a6467b4f1b34fb687d (patch) | |
| tree | a61183831414ac0c6dfa28bf1b6bd28303008113 /meta/recipes-core/ncurses/ncurses_6.5.bb | |
| parent | d803a25c823f266f0e9d2c982b5c25c50ade3b85 (diff) | |
| download | poky-95e812313fdbac17cf60f1a6467b4f1b34fb687d.tar.gz | |
ncurses: Upgrade 6.4 -> 6.5
Removed 4 backported patched included in this release.
Updated patches by devtool.
License-Update: copyright years refreshed
(From OE-Core rev: e9962f7033f717591a168e694311523c82c67608)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/ncurses/ncurses_6.5.bb')
| -rw-r--r-- | meta/recipes-core/ncurses/ncurses_6.5.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-core/ncurses/ncurses_6.5.bb b/meta/recipes-core/ncurses/ncurses_6.5.bb new file mode 100644 index 0000000000..2e3ee337ea --- /dev/null +++ b/meta/recipes-core/ncurses/ncurses_6.5.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | require ncurses.inc | ||
| 2 | |||
| 3 | SRC_URI += "file://0001-tic-hang.patch \ | ||
| 4 | file://0002-configure-reproducible.patch \ | ||
| 5 | file://0003-gen-pkgconfig.in-Do-not-include-LDFLAGS-in-generated.patch \ | ||
| 6 | file://exit_prototype.patch \ | ||
| 7 | " | ||
| 8 | # commit id corresponds to the revision in package version | ||
| 9 | SRCREV = "1c55d64d9d3e00399a21f04e9cac1e472ab5f70a" | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | EXTRA_OECONF += "--with-abi-version=5" | ||
| 12 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+_\d+)$" | ||
| 13 | |||
| 14 | # This is needed when using patchlevel versions like 6.1+20181013 | ||
| 15 | #CVE_VERSION = "${@d.getVar("PV").split('+')[0]}.${@d.getVar("PV").split('+')[1]}" | ||
