summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/blktool/blktool/0003-Fix-3-d-argument-for-BLKROSET-it-must-be-const-int.patch
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2018-06-04 11:21:52 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-07 08:52:55 +0100
commit97af751d9f069d6db927d3d1c6aef0fb28d361c3 (patch)
tree72513f9eb50a02b0a6c024d0cdae2664ab709d88 /meta/recipes-extended/blktool/blktool/0003-Fix-3-d-argument-for-BLKROSET-it-must-be-const-int.patch
parentec840e6638f9adc57d247bfe15597dd9524d1b13 (diff)
downloadpoky-97af751d9f069d6db927d3d1c6aef0fb28d361c3.tar.gz
meta: replace Alex Kanavin's @intel email address with a personal one
As I will be leaving Intel, this address will no longer be valid, so swap it for my personal one for now. (From OE-Core rev: 08c9db07560b85dc24f27e2aa1542b17101751e5) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/blktool/blktool/0003-Fix-3-d-argument-for-BLKROSET-it-must-be-const-int.patch')
-rw-r--r--meta/recipes-extended/blktool/blktool/0003-Fix-3-d-argument-for-BLKROSET-it-must-be-const-int.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/blktool/blktool/0003-Fix-3-d-argument-for-BLKROSET-it-must-be-const-int.patch b/meta/recipes-extended/blktool/blktool/0003-Fix-3-d-argument-for-BLKROSET-it-must-be-const-int.patch
index d7ed0b9f4d..d1f1e797fe 100644
--- a/meta/recipes-extended/blktool/blktool/0003-Fix-3-d-argument-for-BLKROSET-it-must-be-const-int.patch
+++ b/meta/recipes-extended/blktool/blktool/0003-Fix-3-d-argument-for-BLKROSET-it-must-be-const-int.patch
@@ -14,7 +14,7 @@ This patch is taken from
14ftp://ftp.debian.org/debian/pool/main/b/blktool/blktool_4-7.debian.tar.xz 14ftp://ftp.debian.org/debian/pool/main/b/blktool/blktool_4-7.debian.tar.xz
15 15
16Upstream-Status: Inappropriate [upstream is dead] 16Upstream-Status: Inappropriate [upstream is dead]
17Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> 17Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
18 18
19--- 19---
20 blktool.c | 11 +++++++++-- 20 blktool.c | 11 +++++++++--