diff options
author | Peter Kjellerstedt <pkj@axis.com> | 2018-04-23 14:34:00 +0200 |
---|---|---|
committer | Peter Kjellerstedt <pkj@axis.com> | 2018-04-25 22:46:22 +0200 |
commit | ea47876402968e5b123ad386321c436a15f136fa (patch) | |
tree | d8f3e37674cdacd169afe3695220b7843a64ddc1 /recipes-extended | |
parent | 36a4b0243831d36310826d51579cf1e47d959251 (diff) | |
download | meta-gplv2-ea47876402968e5b123ad386321c436a15f136fa.tar.gz |
sed: Update a patch to avoid fuzz
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r-- | recipes-extended/sed/sed-4.1.2/sed-4.1.2_fix_for_automake-1.12.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-extended/sed/sed-4.1.2/sed-4.1.2_fix_for_automake-1.12.patch b/recipes-extended/sed/sed-4.1.2/sed-4.1.2_fix_for_automake-1.12.patch index c7c0aa0..86b64a1 100644 --- a/recipes-extended/sed/sed-4.1.2/sed-4.1.2_fix_for_automake-1.12.patch +++ b/recipes-extended/sed/sed-4.1.2/sed-4.1.2_fix_for_automake-1.12.patch | |||
@@ -27,11 +27,11 @@ Index: sed-4.1.2/po/Makefile.in.in | |||
27 | --- sed-4.1.2.orig/po/Makefile.in.in | 27 | --- sed-4.1.2.orig/po/Makefile.in.in |
28 | +++ sed-4.1.2/po/Makefile.in.in | 28 | +++ sed-4.1.2/po/Makefile.in.in |
29 | @@ -29,7 +29,7 @@ gettextsrcdir = $(datadir)/gettext/po | 29 | @@ -29,7 +29,7 @@ gettextsrcdir = $(datadir)/gettext/po |
30 | INSTALL = /srv/home/nitin/builds2/build0/tmp/sysroots/x86_64-linux/usr/bin/install -c | 30 | INSTALL = @INSTALL@ |
31 | INSTALL_DATA = ${INSTALL} -m 644 | 31 | INSTALL_DATA = @INSTALL_DATA@ |
32 | mkinstalldirs = $(mkdir_p) | 32 | mkinstalldirs = $(mkdir_p) |
33 | -mkdir_p = @mkdir_p@ | 33 | -mkdir_p = @mkdir_p@ |
34 | +mkdir_p = @MKDIR_P@ | 34 | +mkdir_p = @MKDIR_P@ |
35 | 35 | ||
36 | CC = i586-poky-linux-gcc -m32 -march=i586 --sysroot=/srv/home/nitin/builds2/build0/tmp/sysroots/qemux86 | 36 | CC = @CC@ |
37 | GMSGFMT = /srv/home/nitin/builds2/build0/tmp/sysroots/x86_64-linux/usr/bin/msgfmt | 37 | GMSGFMT = @GMSGFMT@ |