diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-01-20 16:13:38 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-24 18:20:00 -0800 |
commit | e27b749c0a714e1662f9c0a388568bd71dab9216 (patch) | |
tree | 57d1adf34e2a92ea5fb898ccf98f732d63d12365 /meta-oe/recipes-extended | |
parent | 3b3e8f01de22e81a949859612363747056257936 (diff) | |
download | meta-openembedded-e27b749c0a714e1662f9c0a388568bd71dab9216.tar.gz |
dialog: upgrade 1.3-20240619 -> 1.3-20250116
Changelog:
===========
- modify dialog-config.in to allow for include-subdirectory.
- update configure script macros for changes made with Cdk.
- use $ LIB_ROOTNAME, e.g., set by --with-libname, in generating
*-config and ".pc" files
- further improvements to matching output from *-config and ".pc"
improve gen-pkgconfig.in to mark the screen library, e.g., ncurses,
as "Required" and filter the cflags/libs from required packages out
of the ".pc" file, because pkg-config will add those automatically.
- fix some gcc15 strict compiler warnings
- configure script fixes for compiler warnings
- update config.guess, config.sub
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r-- | meta-oe/recipes-extended/dialog/dialog_1.3-20250116.bb (renamed from meta-oe/recipes-extended/dialog/dialog_1.3-20240619.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/dialog/dialog_1.3-20240619.bb b/meta-oe/recipes-extended/dialog/dialog_1.3-20250116.bb index 0fccce5e86..bc6621de1d 100644 --- a/meta-oe/recipes-extended/dialog/dialog_1.3-20240619.bb +++ b/meta-oe/recipes-extended/dialog/dialog_1.3-20250116.bb | |||
@@ -9,7 +9,7 @@ LICENSE = "LGPL-2.1-only" | |||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" |
10 | 10 | ||
11 | SRC_URI = "https://invisible-mirror.net/archives/${BPN}/${BP}.tgz" | 11 | SRC_URI = "https://invisible-mirror.net/archives/${BPN}/${BP}.tgz" |
12 | SRC_URI[sha256sum] = "5d8c4318963db3fd383525340276e0e05ee3dea9a6686c20779f5433b199547d" | 12 | SRC_URI[sha256sum] = "68406329827b783d0a8959cc20a94c6e1791ac861a27f854e06e9020541816dd" |
13 | 13 | ||
14 | # hardcoded here for use in dialog-static recipe | 14 | # hardcoded here for use in dialog-static recipe |
15 | S = "${WORKDIR}/dialog-${PV}" | 15 | S = "${WORKDIR}/dialog-${PV}" |