diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-03-25 17:01:20 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-03-25 09:33:52 -0700 |
| commit | 56034ea9f4e76fa19b868f38a1ead563f257b521 (patch) | |
| tree | 7ece4f8e1fce21674025955670a9a0deb396debc | |
| parent | a264d5b469476024f67f7688e5662139c58e5190 (diff) | |
| download | meta-openembedded-56034ea9f4e76fa19b868f38a1ead563f257b521.tar.gz | |
libnewt: upgrade 0.52.24 -> 0.52.25
cross_ar.patch
refreshed for 0.52.25
Changelog:
===========
- improve Makefile
- fix "yes" in Spanish translation
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-extended/newt/files/cross_ar.patch | 25 | ||||
| -rw-r--r-- | meta-oe/recipes-extended/newt/libnewt_0.52.25.bb (renamed from meta-oe/recipes-extended/newt/libnewt_0.52.24.bb) | 2 |
2 files changed, 15 insertions, 12 deletions
diff --git a/meta-oe/recipes-extended/newt/files/cross_ar.patch b/meta-oe/recipes-extended/newt/files/cross_ar.patch index 86cc0be1d3..eb8c4134b2 100644 --- a/meta-oe/recipes-extended/newt/files/cross_ar.patch +++ b/meta-oe/recipes-extended/newt/files/cross_ar.patch | |||
| @@ -1,4 +1,7 @@ | |||
| 1 | Fix cross link using autoconf detected AR | 1 | From 0f33421000006f5991d1cddcb9dbc68b64141e44 Mon Sep 17 00:00:00 2001 |
| 2 | From: Jason Wessel <jason.wessel@windriver.com> | ||
| 3 | Date: Wed, 19 Jun 2024 11:22:48 +0200 | ||
| 4 | Subject: [PATCH] Fix cross link using autoconf detected AR | ||
| 2 | 5 | ||
| 3 | If building on 32bit host and creating 64bit libraries, the target | 6 | If building on 32bit host and creating 64bit libraries, the target |
| 4 | package builds should not invoke the 32bit hosts's ar. Specifically | 7 | package builds should not invoke the 32bit hosts's ar. Specifically |
| @@ -18,10 +21,10 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | |||
| 18 | configure.ac | 4 ++++ | 21 | configure.ac | 4 ++++ |
| 19 | 2 files changed, 6 insertions(+), 1 deletion(-) | 22 | 2 files changed, 6 insertions(+), 1 deletion(-) |
| 20 | 23 | ||
| 21 | Index: newt-0.52.20/Makefile.in | 24 | diff --git a/Makefile.in b/Makefile.in |
| 22 | =================================================================== | 25 | index f8fe290..8a44a56 100644 |
| 23 | --- newt-0.52.20.orig/Makefile.in | 26 | --- a/Makefile.in |
| 24 | +++ newt-0.52.20/Makefile.in | 27 | +++ b/Makefile.in |
| 25 | @@ -7,6 +7,7 @@ CFLAGS = @CFLAGS@ | 28 | @@ -7,6 +7,7 @@ CFLAGS = @CFLAGS@ |
| 26 | LDFLAGS = @LDFLAGS@ | 29 | LDFLAGS = @LDFLAGS@ |
| 27 | CPPFLAGS = -D_GNU_SOURCE @CPPFLAGS@ | 30 | CPPFLAGS = -D_GNU_SOURCE @CPPFLAGS@ |
| @@ -30,7 +33,7 @@ Index: newt-0.52.20/Makefile.in | |||
| 30 | 33 | ||
| 31 | VERSION = @VERSION@ | 34 | VERSION = @VERSION@ |
| 32 | TAG = r$(subst .,-,$(VERSION)) | 35 | TAG = r$(subst .,-,$(VERSION)) |
| 33 | @@ -109,7 +110,7 @@ whiptcl.$(SOEXT): $(WHIPTCLOBJS) $(LIBNE | 36 | @@ -109,7 +110,7 @@ whiptcl.$(SOEXT): $(WHIPTCLOBJS) $(LIBNEWTSH) |
| 34 | $(CC) -shared $(SHCFLAGS) $(LDFLAGS) -o whiptcl.$(SOEXT) $(WHIPTCLOBJS) -L. -lnewt $(LIBTCL) -lpopt $(LIBS) | 37 | $(CC) -shared $(SHCFLAGS) $(LDFLAGS) -o whiptcl.$(SOEXT) $(WHIPTCLOBJS) -L. -lnewt $(LIBTCL) -lpopt $(LIBS) |
| 35 | 38 | ||
| 36 | $(LIBNEWT): $(LIBOBJS) | 39 | $(LIBNEWT): $(LIBOBJS) |
| @@ -39,11 +42,11 @@ Index: newt-0.52.20/Makefile.in | |||
| 39 | 42 | ||
| 40 | newt.o $(SHAREDDIR)/newt.o: newt.c Makefile | 43 | newt.o $(SHAREDDIR)/newt.o: newt.c Makefile |
| 41 | 44 | ||
| 42 | Index: newt-0.52.20/configure.ac | 45 | diff --git a/configure.ac b/configure.ac |
| 43 | =================================================================== | 46 | index 434121e..2cfffd6 100644 |
| 44 | --- newt-0.52.20.orig/configure.ac | 47 | --- a/configure.ac |
| 45 | +++ newt-0.52.20/configure.ac | 48 | +++ b/configure.ac |
| 46 | @@ -15,6 +15,10 @@ AC_PROG_INSTALL | 49 | @@ -15,6 +15,10 @@ AC_PROG_CC |
| 47 | AC_PROG_LN_S | 50 | AC_PROG_LN_S |
| 48 | AC_PROG_GREP | 51 | AC_PROG_GREP |
| 49 | AC_SYS_LARGEFILE | 52 | AC_SYS_LARGEFILE |
diff --git a/meta-oe/recipes-extended/newt/libnewt_0.52.24.bb b/meta-oe/recipes-extended/newt/libnewt_0.52.25.bb index 834dddd0b5..aa6b120037 100644 --- a/meta-oe/recipes-extended/newt/libnewt_0.52.24.bb +++ b/meta-oe/recipes-extended/newt/libnewt_0.52.25.bb | |||
| @@ -22,7 +22,7 @@ SRC_URI = "https://releases.pagure.org/newt/newt-${PV}.tar.gz \ | |||
| 22 | file://Makefile.in-Add-tinfo-library-to-the-linking-librari.patch \ | 22 | file://Makefile.in-Add-tinfo-library-to-the-linking-librari.patch \ |
| 23 | " | 23 | " |
| 24 | 24 | ||
| 25 | SRC_URI[sha256sum] = "5ded7e221f85f642521c49b1826c8de19845aa372baf5d630a51774b544fbdbb" | 25 | SRC_URI[sha256sum] = "ef0ca9ee27850d1a5c863bb7ff9aa08096c9ed312ece9087b30f3a426828de82" |
| 26 | 26 | ||
| 27 | S = "${WORKDIR}/newt-${PV}" | 27 | S = "${WORKDIR}/newt-${PV}" |
| 28 | 28 | ||
