From ea47876402968e5b123ad386321c436a15f136fa Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Mon, 23 Apr 2018 14:34:00 +0200 Subject: sed: Update a patch to avoid fuzz Signed-off-by: Peter Kjellerstedt --- .../sed/sed-4.1.2/sed-4.1.2_fix_for_automake-1.12.patch | 8 ++++---- 1 file 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 --- sed-4.1.2.orig/po/Makefile.in.in +++ sed-4.1.2/po/Makefile.in.in @@ -29,7 +29,7 @@ gettextsrcdir = $(datadir)/gettext/po - INSTALL = /srv/home/nitin/builds2/build0/tmp/sysroots/x86_64-linux/usr/bin/install -c - INSTALL_DATA = ${INSTALL} -m 644 + INSTALL = @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ mkinstalldirs = $(mkdir_p) -mkdir_p = @mkdir_p@ +mkdir_p = @MKDIR_P@ - CC = i586-poky-linux-gcc -m32 -march=i586 --sysroot=/srv/home/nitin/builds2/build0/tmp/sysroots/qemux86 - GMSGFMT = /srv/home/nitin/builds2/build0/tmp/sysroots/x86_64-linux/usr/bin/msgfmt + CC = @CC@ + GMSGFMT = @GMSGFMT@ -- cgit v1.2.3-54-g00ecf