diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-12-20 14:09:01 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-12-20 16:01:19 -0800 |
| commit | abda84d15d8b513884a80579b2021d2015c26880 (patch) | |
| tree | cc89a734acd3089c932eec4ea423c3d393a22358 /meta-oe/recipes-support | |
| parent | 85bb0d6930469eefa89ed906ef293fe1e8984ab1 (diff) | |
| download | meta-openembedded-abda84d15d8b513884a80579b2021d2015c26880.tar.gz | |
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>
Diffstat (limited to 'meta-oe/recipes-support')
| -rw-r--r-- | meta-oe/recipes-support/sharutils/sharutils/0001-Fix-build-with-recent-gettext.patch | 22 | ||||
| -rw-r--r-- | meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb | 3 |
2 files changed, 24 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/sharutils/sharutils/0001-Fix-build-with-recent-gettext.patch b/meta-oe/recipes-support/sharutils/sharutils/0001-Fix-build-with-recent-gettext.patch new file mode 100644 index 0000000000..7924fa55e2 --- /dev/null +++ b/meta-oe/recipes-support/sharutils/sharutils/0001-Fix-build-with-recent-gettext.patch | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | From 7a2fe915dded27630a345762628cdd542ea5d58a Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | ||
| 3 | Date: Fri, 20 Dec 2019 13:56:16 +0100 | ||
| 4 | Subject: [PATCH] Fix build with recent gettext | ||
| 5 | |||
| 6 | Upstream-Status: Pending | ||
| 7 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | ||
| 8 | --- | ||
| 9 | Makefile.am | 2 +- | ||
| 10 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 11 | |||
| 12 | diff --git a/Makefile.am b/Makefile.am | ||
| 13 | index 03d1131..65609e7 100644 | ||
| 14 | --- a/Makefile.am | ||
| 15 | +++ b/Makefile.am | ||
| 16 | @@ -17,5 +17,5 @@ | ||
| 17 | ## Process this file with automake to produce Makefile.in. | ||
| 18 | |||
| 19 | EXTRA_DIST = config.rpath m4 $(DIST_ALPHA) | ||
| 20 | -SUBDIRS = intl lib libopts src doc po tests | ||
| 21 | +SUBDIRS = lib libopts src doc po tests | ||
| 22 | ACLOCAL_AMFLAGS = -I m4 | ||
diff --git a/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb b/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb index 8f39fde821..930922ed48 100644 --- a/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb +++ b/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb | |||
| @@ -9,7 +9,8 @@ inherit gettext autotools | |||
| 9 | SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \ | 9 | SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \ |
| 10 | file://0001-Fix-build-with-clang.patch \ | 10 | file://0001-Fix-build-with-clang.patch \ |
| 11 | file://CVE-2018-1000097.patch \ | 11 | file://CVE-2018-1000097.patch \ |
| 12 | " | 12 | file://0001-Fix-build-with-recent-gettext.patch \ |
| 13 | " | ||
| 13 | SRC_URI[md5sum] = "32a51b23e25ad5e6af4b89f228be1800" | 14 | SRC_URI[md5sum] = "32a51b23e25ad5e6af4b89f228be1800" |
| 14 | SRC_URI[sha256sum] = "ee336e68549664e7a19b117adf02edfdeac6307f22e5ba78baca457116914637" | 15 | SRC_URI[sha256sum] = "ee336e68549664e7a19b117adf02edfdeac6307f22e5ba78baca457116914637" |
| 15 | 16 | ||
