diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-10-23 16:14:31 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-10-23 08:05:01 -0700 |
| commit | acf0c0aab77870cffb45648bcf1ee3ad7a11b37e (patch) | |
| tree | 0317513e53cd4fce76e0c03640e76b324c6e546c | |
| parent | 4f385a203a38f281506c776934a5ac5fd7acf730 (diff) | |
| download | meta-openembedded-acf0c0aab77870cffb45648bcf1ee3ad7a11b37e.tar.gz | |
dialog: upgrade 1.3-20230209 -> 1.3-20231002
Changelog:
===========
+ add/use dlg_print_nowrap(), to handle multibyte character strings in
progressbox and tailbox (report/testcase by Sergey Merzlikin).
+ updated configure script, e.g., for compiler-warning fixes.
+ update config.guess, config.sub
+ updated configure script, e.g., for compiler-warning fixes.
+ minor fixes for manpages to address mandoc warnings.
+ updated th.po from
http://translationproject.org/latest/dialog/
+ update config.guess, config.sub
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-extended/dialog/dialog_1.3-20231002.bb (renamed from meta-oe/recipes-extended/dialog/dialog_1.3-20230209.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/dialog/dialog_1.3-20230209.bb b/meta-oe/recipes-extended/dialog/dialog_1.3-20231002.bb index 444b97c4e6..8887700e8a 100644 --- a/meta-oe/recipes-extended/dialog/dialog_1.3-20230209.bb +++ b/meta-oe/recipes-extended/dialog/dialog_1.3-20231002.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] = "0c26282305264be2217f335f3798f48b1dce3cf12c5a076bf231cadf77a6d6a8" | 12 | SRC_URI[sha256sum] = "315640ab0719225d5cbcab130585c05f0791fcf073072a5fe9479969aa2b833b" |
| 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}" |
