summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/mtd/mtd-utils_git.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-09-01 09:21:14 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-02 15:58:25 +0100
commit72c8aa7c44b1e49994c4419d0548cf7e262c2205 (patch)
tree042a98f7c1b544c6fb37570803546a0bc8b7f1d0 /meta/recipes-devtools/mtd/mtd-utils_git.bb
parent984bef4298f3aa41d7f578b867e3a06996597d6b (diff)
downloadpoky-72c8aa7c44b1e49994c4419d0548cf7e262c2205.tar.gz
mtd-utils: remove patch that adds -I option
The patch was added in https://git.yoctoproject.org/poky/commit/?id=f594a1145eb5b952265a3fdf6b158ef41b148b12 with no explanation for the use case or metadata. As there are no uses of the option in poky or meta-oe, it can be removed. In the (unlikely) event that someone is using the option privately, please cherry-pick into a product layer, and send upstream. (From OE-Core rev: 8915aaf22d72626c3b382d45912bd0640d76f543) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/mtd/mtd-utils_git.bb')
-rw-r--r--meta/recipes-devtools/mtd/mtd-utils_git.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb b/meta/recipes-devtools/mtd/mtd-utils_git.bb
index d5dfbcdf7a..943666e529 100644
--- a/meta/recipes-devtools/mtd/mtd-utils_git.bb
+++ b/meta/recipes-devtools/mtd/mtd-utils_git.bb
@@ -15,7 +15,6 @@ PV = "2.1.4"
15 15
16SRCREV = "c7f1bfa44a84d02061787e2f6093df5cc40b9f5c" 16SRCREV = "c7f1bfa44a84d02061787e2f6093df5cc40b9f5c"
17SRC_URI = "git://git.infradead.org/mtd-utils.git;branch=master \ 17SRC_URI = "git://git.infradead.org/mtd-utils.git;branch=master \
18 file://add-exclusion-to-mkfs-jffs2-git-2.patch \
19 file://0001-tests-Remove-unused-linux-fs.h-header-from-includes.patch \ 18 file://0001-tests-Remove-unused-linux-fs.h-header-from-includes.patch \
20 " 19 "
21 20