[yocto] [meta-gplv2][sumo][rocko][pyro][PATCH 1/4] sed: Update a patch to avoid fuzz

Peter Kjellerstedt peter.kjellerstedt at axis.com
Mon Apr 23 07:28:32 PDT 2018


Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
---
 .../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@
-- 
2.12.0




More information about the yocto mailing list