diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-03-27 16:04:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-29 08:28:53 +0000 |
commit | a7f6451222c4b73de24221ca2c42b1dc01204a69 (patch) | |
tree | a04405d4966774f3ec09c58bd4a14b0912f1f314 /meta/recipes-extended/blktool/blktool_4-7.1.bb | |
parent | db1566b85919957532c7a362381341224269dc74 (diff) | |
download | poky-a7f6451222c4b73de24221ca2c42b1dc01204a69.tar.gz |
blktool: remove a duplicate patch
blktool-gnulib-makedev.patch is actually doing the same
thing as 0004-fix-ftbfs-glibc-2.28.patch, so we end up
including the same file twice.
(From OE-Core rev: 8de82c63fe49917c80d1b634819ae2001625a645)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/blktool/blktool_4-7.1.bb')
-rw-r--r-- | meta/recipes-extended/blktool/blktool_4-7.1.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-extended/blktool/blktool_4-7.1.bb b/meta/recipes-extended/blktool/blktool_4-7.1.bb index cc24d3cdb2..ff2eaa5352 100644 --- a/meta/recipes-extended/blktool/blktool_4-7.1.bb +++ b/meta/recipes-extended/blktool/blktool_4-7.1.bb | |||
@@ -14,7 +14,6 @@ SRC_URI = "http://snapshot.debian.org/archive/debian/20160728T043443Z/pool/main/ | |||
14 | file://0002-fix-string-error.patch \ | 14 | file://0002-fix-string-error.patch \ |
15 | file://0003-Fix-3-d-argument-for-BLKROSET-it-must-be-const-int.patch \ | 15 | file://0003-Fix-3-d-argument-for-BLKROSET-it-must-be-const-int.patch \ |
16 | file://0004-fix-ftbfs-glibc-2.28.patch \ | 16 | file://0004-fix-ftbfs-glibc-2.28.patch \ |
17 | file://blktool-gnulib-makedev.patch \ | ||
18 | " | 17 | " |
19 | 18 | ||
20 | SRC_URI[tarball.md5sum] = "62edc09c9908107e69391c87f4f3fd40" | 19 | SRC_URI[tarball.md5sum] = "62edc09c9908107e69391c87f4f3fd40" |