summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/stress-ng/stress-ng
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-08-07 12:29:34 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-08 10:19:56 +0100
commit6c966021b957d705e89c442e435e5b4a3f615421 (patch)
tree657f1006fd7b18a346d78f72a7ab46e411f190e1 /meta/recipes-extended/stress-ng/stress-ng
parent8195341e9ef6b709a06df1dcdce8326cbeb6e780 (diff)
downloadpoky-6c966021b957d705e89c442e435e5b4a3f615421.tar.gz
stress-ng: add a patch to remove unneeded bash dependency
(From OE-Core rev: ea052d11b9ebe113ca392e092c2dd530573ac294) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/stress-ng/stress-ng')
-rw-r--r--meta/recipes-extended/stress-ng/stress-ng/0001-bash-completion-remove-the-shebang-at-the-start.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-extended/stress-ng/stress-ng/0001-bash-completion-remove-the-shebang-at-the-start.patch b/meta/recipes-extended/stress-ng/stress-ng/0001-bash-completion-remove-the-shebang-at-the-start.patch
new file mode 100644
index 0000000000..66d99dd885
--- /dev/null
+++ b/meta/recipes-extended/stress-ng/stress-ng/0001-bash-completion-remove-the-shebang-at-the-start.patch
@@ -0,0 +1,23 @@
1From 042147675c7c2ea7dd65b2597f2e350376a710aa Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Tue, 6 Aug 2019 17:28:56 +0200
4Subject: [PATCH] bash-completion: remove the shebang at the start
5
6bash completion files do not need to specify that.
7
8Upstream-Status: Pending
9Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
10---
11 bash-completion/stress-ng | 2 --
12 1 file changed, 2 deletions(-)
13
14diff --git a/bash-completion/stress-ng b/bash-completion/stress-ng
15index 8b1421c..7f195be 100755
16--- a/bash-completion/stress-ng
17+++ b/bash-completion/stress-ng
18@@ -1,5 +1,3 @@
19-#!/bin/bash
20-#
21 # stress-ng tab completion for bash.
22 #
23 # Copyright (C) 2019 Canonical