summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-10-26 23:42:15 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-28 05:31:42 +0000
commita090ee097b5f58873f77a9dbb48af878f22604ba (patch)
tree0469b277ae3a3478817f1e77410bd16a5c2142ff /meta
parentdbf5285f868c6b7231bfac5e15bb16fd75fa3c04 (diff)
downloadpoky-a090ee097b5f58873f77a9dbb48af878f22604ba.tar.gz
stress-ng: Upgrade 0.10.00 -> 0.10.08
Patch applied upstream removed. (From OE-Core rev: 0f9519de7b7a590fbd967d703d8dd9e3b905f1f1) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/stress-ng/stress-ng/0001-bash-completion-remove-the-shebang-at-the-start.patch23
-rw-r--r--meta/recipes-extended/stress-ng/stress-ng_0.10.08.bb (renamed from meta/recipes-extended/stress-ng/stress-ng_0.10.00.bb)5
2 files changed, 2 insertions, 26 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
deleted file mode 100644
index 66d99dd885..0000000000
--- a/meta/recipes-extended/stress-ng/stress-ng/0001-bash-completion-remove-the-shebang-at-the-start.patch
+++ /dev/null
@@ -1,23 +0,0 @@
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
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.10.00.bb b/meta/recipes-extended/stress-ng/stress-ng_0.10.08.bb
index 7d194b305e..470f42295f 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.10.00.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.10.08.bb
@@ -7,10 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
7 7
8SRC_URI = "https://kernel.ubuntu.com/~cking/tarballs/${BPN}/${BP}.tar.xz \ 8SRC_URI = "https://kernel.ubuntu.com/~cking/tarballs/${BPN}/${BP}.tar.xz \
9 file://0001-Do-not-preserve-ownership-when-installing-example-jo.patch \ 9 file://0001-Do-not-preserve-ownership-when-installing-example-jo.patch \
10 file://0001-bash-completion-remove-the-shebang-at-the-start.patch \
11 " 10 "
12SRC_URI[md5sum] = "46aa41d37690324ceab4febfcc549018" 11SRC_URI[md5sum] = "e02acd0bc00d3c6a81412537393c2436"
13SRC_URI[sha256sum] = "d09dd2a1aea549e478995bf9be90b38906a4cdf33ea7b245ef9d46aa5213c074" 12SRC_URI[sha256sum] = "4addeaabcfcb709581cbc4c61182317b8d91bcf31f529bfa899d170facfd75ce"
14 13
15DEPENDS = "coreutils-native" 14DEPENDS = "coreutils-native"
16 15