mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
enscript/indent/sharutils: fix build with gettext 0.20.x
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
85bb0d6930
commit
abda84d15d
@ -0,0 +1,24 @@
|
||||
From 771cd2a12db8b8c9a558f1a04958df8ed614f2e0 Mon Sep 17 00:00:00 2001
|
||||
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||
Date: Fri, 20 Dec 2019 14:06:50 +0100
|
||||
Subject: [PATCH] Fix builds with recent gettext
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||
---
|
||||
Makefile.am | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/Makefile.am b/Makefile.am
|
||||
index dedabd6..8833ac9 100644
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -22,7 +22,7 @@
|
||||
# along with Enscript. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
-SUBDIRS = intl compat afm afmlib lib scripts src po states docs w32
|
||||
+SUBDIRS = compat afm afmlib lib scripts src po states docs w32
|
||||
|
||||
EXTRA_DIST = README.ESCAPES README.DOS ascii.txt \
|
||||
asciifise.txt asciidkno.txt 88591.txt 88592.txt 88593.txt 88594.txt \
|
||||
@ -12,7 +12,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \
|
||||
file://enscript-autoconf.patch \
|
||||
"
|
||||
file://0001-Fix-builds-with-recent-gettext.patch \
|
||||
"
|
||||
|
||||
inherit autotools gettext
|
||||
|
||||
|
||||
@ -0,0 +1,24 @@
|
||||
From 3349812de0598ca7722e0b7c7b7e5d48bd79bea9 Mon Sep 17 00:00:00 2001
|
||||
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||
Date: Fri, 20 Dec 2019 14:01:18 +0100
|
||||
Subject: [PATCH] Fix builds with recent gettext
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||
---
|
||||
Makefile.am | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/Makefile.am b/Makefile.am
|
||||
index 548fea7..cf01c5e 100644
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -1,7 +1,7 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
AUTOMAKE_OPTIONS = no-texinfo.tex
|
||||
|
||||
-SUBDIRS = intl src doc po man
|
||||
+SUBDIRS = src doc po man
|
||||
|
||||
BUILT_SOURCES =
|
||||
|
||||
@ -14,7 +14,8 @@ DEPENDS = "virtual/gettext"
|
||||
SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \
|
||||
file://0001-src-indent.c-correct-the-check-for-locale.h.patch \
|
||||
file://0001-Makefile.am-remove-regression-dir.patch \
|
||||
"
|
||||
file://0001-Fix-builds-with-recent-gettext.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "4764b6ac98f6654a35da117b8e5e8e14"
|
||||
SRC_URI[sha256sum] = "e77d68c0211515459b8812118d606812e300097cfac0b4e9fb3472664263bb8b"
|
||||
|
||||
|
||||
@ -0,0 +1,22 @@
|
||||
From 7a2fe915dded27630a345762628cdd542ea5d58a Mon Sep 17 00:00:00 2001
|
||||
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||
Date: Fri, 20 Dec 2019 13:56:16 +0100
|
||||
Subject: [PATCH] Fix build with recent gettext
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||
---
|
||||
Makefile.am | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/Makefile.am b/Makefile.am
|
||||
index 03d1131..65609e7 100644
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -17,5 +17,5 @@
|
||||
## Process this file with automake to produce Makefile.in.
|
||||
|
||||
EXTRA_DIST = config.rpath m4 $(DIST_ALPHA)
|
||||
-SUBDIRS = intl lib libopts src doc po tests
|
||||
+SUBDIRS = lib libopts src doc po tests
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
@ -9,7 +9,8 @@ inherit gettext autotools
|
||||
SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \
|
||||
file://0001-Fix-build-with-clang.patch \
|
||||
file://CVE-2018-1000097.patch \
|
||||
"
|
||||
file://0001-Fix-build-with-recent-gettext.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "32a51b23e25ad5e6af4b89f228be1800"
|
||||
SRC_URI[sha256sum] = "ee336e68549664e7a19b117adf02edfdeac6307f22e5ba78baca457116914637"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user