mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
gawk: update 5.1.0 -> 5.1.1
(From OE-Core rev: ff2a4b3c2f1e81d8cc1bd2b4f823e83a775f641a) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5d31cc3ef9
commit
5e101a3ab0
@@ -1,30 +0,0 @@
|
|||||||
Upstream-Status: Backport
|
|
||||||
Signed-off-by: Ross Burton <ross.burton@arm.com>
|
|
||||||
|
|
||||||
From 47dce6a7002a8d7b818c19d574d81327b769871b Mon Sep 17 00:00:00 2001
|
|
||||||
From: "Arnold D. Robbins" <arnold@skeeve.com>
|
|
||||||
Date: Fri, 5 Jun 2020 13:14:54 +0300
|
|
||||||
Subject: Allow for cross-compile version of ar.
|
|
||||||
|
|
||||||
---
|
|
||||||
configure.ac | 3 +++
|
|
||||||
1 file changed, 3 insertions(+)
|
|
||||||
|
|
||||||
(limited to 'configure.ac')
|
|
||||||
|
|
||||||
diff --git a/configure.ac b/configure.ac
|
|
||||||
index 31364ab8..8c256f21 100644
|
|
||||||
--- a/configure.ac
|
|
||||||
+++ b/configure.ac
|
|
||||||
@@ -105,6 +105,9 @@ AC_EXEEXT
|
|
||||||
AC_PROG_INSTALL
|
|
||||||
AC_PROG_MAKE_SET
|
|
||||||
|
|
||||||
+# support/ builds libsupport.a, allow for cross version of ar
|
|
||||||
+AM_PROG_AR
|
|
||||||
+
|
|
||||||
# This is mainly for my use during testing and development.
|
|
||||||
# Yes, it's a bit of a hack.
|
|
||||||
AC_MSG_CHECKING([for special development options])
|
|
||||||
--
|
|
||||||
cgit v1.2.1
|
|
||||||
@@ -17,12 +17,10 @@ PACKAGECONFIG[mpfr] = "--with-mpfr,--without-mpfr, mpfr"
|
|||||||
|
|
||||||
SRC_URI = "${GNU_MIRROR}/gawk/gawk-${PV}.tar.gz \
|
SRC_URI = "${GNU_MIRROR}/gawk/gawk-${PV}.tar.gz \
|
||||||
file://run-ptest \
|
file://run-ptest \
|
||||||
file://0001-Use-cross-AR-during-compile.patch \
|
|
||||||
file://test-time.patch \
|
file://test-time.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "f719bc9966df28e67fc6ebc405e7ea03"
|
SRC_URI[sha256sum] = "6168d8d1dc8f74bd17d9dc22fa9634c49070f232343b744901da15fb4f06bffd"
|
||||||
SRC_URI[sha256sum] = "03a0360edcd84bec156fe211bbc4fc8c78790973ce4e8b990a11d778d40b1a26"
|
|
||||||
|
|
||||||
inherit autotools gettext texinfo update-alternatives
|
inherit autotools gettext texinfo update-alternatives
|
||||||
|
|
||||||
Reference in New Issue
Block a user