diff options
author | 2018-04-23 14:34:00 +0200 | |
---|---|---|
committer | 2018-04-25 22:46:22 +0200 | |
commit | ea47876402968e5b123ad386321c436a15f136fa (patch) | |
tree | d8f3e37674cdacd169afe3695220b7843a64ddc1 | |
parent | 36a4b0243831d36310826d51579cf1e47d959251 (diff) | |
download | meta-gplv2-ea47876402968e5b123ad386321c436a15f136fa.tar.gz meta-gplv2-ea47876402968e5b123ad386321c436a15f136fa.tar.bz2 meta-gplv2-ea47876402968e5b123ad386321c436a15f136fa.zip |
sed: Update a patch to avoid fuzz
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
-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 --- 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@ |