summaryrefslogtreecommitdiffstats
path: root/recipes-extended/sed/sed_4.1.2.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-12-17 16:59:29 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-12-18 00:08:29 +0000
commit1e8d51d0363fde36b97cd7d68d07d67d411630b9 (patch)
tree2fe5bf275687f30a8ba0c915f1fa001516ecc858 /recipes-extended/sed/sed_4.1.2.bb
parentb70edeaaa1696e5047cf0a27cbdddde2dd608a1d (diff)
downloadmeta-gplv2-1e8d51d0363fde36b97cd7d68d07d67d411630b9.tar.gz
sed: fix builds with gettext 0.20.x
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'recipes-extended/sed/sed_4.1.2.bb')
-rw-r--r--recipes-extended/sed/sed_4.1.2.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-extended/sed/sed_4.1.2.bb b/recipes-extended/sed/sed_4.1.2.bb
index 40e3a53..4a58442 100644
--- a/recipes-extended/sed/sed_4.1.2.bb
+++ b/recipes-extended/sed/sed_4.1.2.bb
@@ -9,7 +9,9 @@ PR = "r7"
9SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz \ 9SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz \
10 file://fix_return_type.patch \ 10 file://fix_return_type.patch \
11 file://sed-4.1.2_fix_for_automake-1.12.patch \ 11 file://sed-4.1.2_fix_for_automake-1.12.patch \
12 file://Makevars" 12 file://Makevars \
13 file://0001-Fix-builds-with-gettext-0.20.patch \
14 "
13 15
14SRC_URI[md5sum] = "928f0e06422f414091917401f1a834d0" 16SRC_URI[md5sum] = "928f0e06422f414091917401f1a834d0"
15SRC_URI[sha256sum] = "638e837ba765d5da0a30c98b57c2953cecea96827882f594612acace93ceeeab" 17SRC_URI[sha256sum] = "638e837ba765d5da0a30c98b57c2953cecea96827882f594612acace93ceeeab"