From: Denys Dmytriyenko <[email protected]>

Add patch from Debian that fixes bashism in the Makefile.

Signed-off-by: Denys Dmytriyenko <[email protected]>
---
 .../input-utils/fix-ftbfs-echo.patch          | 20 +++++++++++++++++++
 .../input-utils/input-utils_1.0.bb            |  3 ++-
 2 files changed, 22 insertions(+), 1 deletion(-)
 create mode 100644 
meta-arago-extras/recipes-devtools/input-utils/input-utils/fix-ftbfs-echo.patch

diff --git 
a/meta-arago-extras/recipes-devtools/input-utils/input-utils/fix-ftbfs-echo.patch
 
b/meta-arago-extras/recipes-devtools/input-utils/input-utils/fix-ftbfs-echo.patch
new file mode 100644
index 00000000..39880694
--- /dev/null
+++ 
b/meta-arago-extras/recipes-devtools/input-utils/input-utils/fix-ftbfs-echo.patch
@@ -0,0 +1,20 @@
+Description: Fix FTBFS due to -e leaking into Make.config
+ If /bin/sh is configured to point to dash, echo does not support -e switch
+ which is used by mk/Autoconf.mk file to generate Make.config. Use 'env echo'
+ instead.
+Author: Dmitry Eremin-Solenikov <[email protected]>
+Bug-Debian: http://bugs.debian.org/750265
+Forwarded: no
+Last-Update: 2014-07-09
+
+--- input-utils-1.0.orig/mk/Autoconf.mk
++++ input-utils-1.0/mk/Autoconf.mk
+@@ -162,7 +162,7 @@ config: Make.config
+       @true
+ 
+ Make.config: $(srcdir)/GNUmakefile
+-      @echo -e "$(make-config-q)" > $@
++      @env echo -e "$(make-config-q)" > $@
+       @echo
+       @echo "Make.config written, edit if needed"
+       @echo
diff --git a/meta-arago-extras/recipes-devtools/input-utils/input-utils_1.0.bb 
b/meta-arago-extras/recipes-devtools/input-utils/input-utils_1.0.bb
index 6fbc8b60..0c18aefa 100644
--- a/meta-arago-extras/recipes-devtools/input-utils/input-utils_1.0.bb
+++ b/meta-arago-extras/recipes-devtools/input-utils/input-utils_1.0.bb
@@ -7,7 +7,8 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
 PV = "1.0"
 PR = "r0"
 
-SRC_URI = 
"http://ftp.de.debian.org/debian/pool/main/i/input-utils/input-utils_1.0.orig.tar.gz";
+SRC_URI = 
"http://ftp.de.debian.org/debian/pool/main/i/input-utils/input-utils_1.0.orig.tar.gz
 \
+       file://fix-ftbfs-echo.patch"
 SRC_URI_append_arm = " 
file://0001-autoconf-fix-for-cross-compilation-for-ARM.patch"
 
 SRC_URI[md5sum] = "3e58772e8647093b1de2f2c90bfb9ee8"
-- 
2.25.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14138): 
https://lists.yoctoproject.org/g/meta-arago/message/14138
Mute This Topic: https://lists.yoctoproject.org/mt/95835370/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to