All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-mingw] [PATCH 1/2] libiconv: Update to work with autoconf 2.70
@ 2021-01-29 10:31 Richard Purdie
  2021-01-29 10:31 ` [meta-mingw] [PATCH 2/2] README: Add instructions for configuring git repo for sending patches Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Purdie @ 2021-01-29 10:31 UTC (permalink / raw)
  To: yocto; +Cc: jpewhacker

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../libiconv/libiconv/autoconf270.patch         | 17 +++++++++++++++++
 recipes-support/libiconv/libiconv_1.15.bb       |  3 ++-
 2 files changed, 19 insertions(+), 1 deletion(-)
 create mode 100644 recipes-support/libiconv/libiconv/autoconf270.patch

diff --git a/recipes-support/libiconv/libiconv/autoconf270.patch b/recipes-support/libiconv/libiconv/autoconf270.patch
new file mode 100644
index 0000000..17e6e0b
--- /dev/null
+++ b/recipes-support/libiconv/libiconv/autoconf270.patch
@@ -0,0 +1,17 @@
+Update to add the required gettext version to work with autoconf 2.70
+
+Upstream-Status: Pending
+RP - 2021/1/28
+
+Index: libiconv-1.15/configure.ac
+===================================================================
+--- libiconv-1.15.orig/configure.ac
++++ libiconv-1.15/configure.ac
+@@ -98,6 +98,7 @@ fi
+ gl_VISIBILITY
+ AM_ICONV
+ AM_GNU_GETTEXT([external], [need-ngettext])
++AM_GNU_GETTEXT_VERSION([0.21])
+ 
+ dnl           checks for typedefs
+ 
diff --git a/recipes-support/libiconv/libiconv_1.15.bb b/recipes-support/libiconv/libiconv_1.15.bb
index e3eacd9..df7f527 100644
--- a/recipes-support/libiconv/libiconv_1.15.bb
+++ b/recipes-support/libiconv/libiconv_1.15.bb
@@ -10,7 +10,8 @@ LICENSE = "LGPLv3"
 LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674 \
                     file://libcharset/COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674"
 
-SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz"
+SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \
+           file://autoconf270.patch"
 
 SRC_URI[md5sum] = "ace8b5f2db42f7b3b3057585e80d9808"
 SRC_URI[sha256sum] = "ccf536620a45458d26ba83887a983b96827001e92a13847b45e4925cc8913178"
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [meta-mingw] [PATCH 2/2] README: Add instructions for configuring git repo for sending patches
  2021-01-29 10:31 [meta-mingw] [PATCH 1/2] libiconv: Update to work with autoconf 2.70 Richard Purdie
@ 2021-01-29 10:31 ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2021-01-29 10:31 UTC (permalink / raw)
  To: yocto; +Cc: jpewhacker

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 README | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README b/README
index c17f74a..af3ace9 100644
--- a/README
+++ b/README
@@ -15,3 +15,9 @@ Layer Maintainer: Joshua Watt <jpewhacker@gmail.com>
 
 Please send changes to the yocto mailing list with [meta-mingw] in the subject line,
 cc'ing the maintainer.
+
+This can be configured within the repository with the commands:
+
+git config sendemail.to yocto@lists.yoctoproject.org
+git config sendemail.cc jpewhacker@gmail.com
+git config format.subjectprefix "meta-mingw] [PATCH"
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-29 10:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-29 10:31 [meta-mingw] [PATCH 1/2] libiconv: Update to work with autoconf 2.70 Richard Purdie
2021-01-29 10:31 ` [meta-mingw] [PATCH 2/2] README: Add instructions for configuring git repo for sending patches Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.