summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/indent/indent_2.2.12.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-12-20 14:09:01 +0100
committerKhem Raj <raj.khem@gmail.com>2019-12-20 16:01:19 -0800
commitabda84d15d8b513884a80579b2021d2015c26880 (patch)
treecc89a734acd3089c932eec4ea423c3d393a22358 /meta-oe/recipes-extended/indent/indent_2.2.12.bb
parent85bb0d6930469eefa89ed906ef293fe1e8984ab1 (diff)
downloadmeta-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-extended/indent/indent_2.2.12.bb')
-rw-r--r--meta-oe/recipes-extended/indent/indent_2.2.12.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/indent/indent_2.2.12.bb b/meta-oe/recipes-extended/indent/indent_2.2.12.bb
index f2891df50..f8d63d43c 100644
--- a/meta-oe/recipes-extended/indent/indent_2.2.12.bb
+++ b/meta-oe/recipes-extended/indent/indent_2.2.12.bb
@@ -14,7 +14,8 @@ DEPENDS = "virtual/gettext"
14SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \ 14SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \
15 file://0001-src-indent.c-correct-the-check-for-locale.h.patch \ 15 file://0001-src-indent.c-correct-the-check-for-locale.h.patch \
16 file://0001-Makefile.am-remove-regression-dir.patch \ 16 file://0001-Makefile.am-remove-regression-dir.patch \
17" 17 file://0001-Fix-builds-with-recent-gettext.patch \
18 "
18SRC_URI[md5sum] = "4764b6ac98f6654a35da117b8e5e8e14" 19SRC_URI[md5sum] = "4764b6ac98f6654a35da117b8e5e8e14"
19SRC_URI[sha256sum] = "e77d68c0211515459b8812118d606812e300097cfac0b4e9fb3472664263bb8b" 20SRC_URI[sha256sum] = "e77d68c0211515459b8812118d606812e300097cfac0b4e9fb3472664263bb8b"
20 21