diff mbox series

[meta-swupdate] mtd-utils:remove conflicting patch for thud

Message ID 20201214195809.112470-1-llewellyn.fernandes@evologics.de
State Accepted
Headers show
Series [meta-swupdate] mtd-utils:remove conflicting patch for thud | expand

Commit Message

llewellyn Fernandes Dec. 14, 2020, 7:58 p.m. UTC
Signed-off-by: llewellyn-evo <llewellyn.fernandes@evologics.de>
---
 recipes-devtools/mtd/mtd-utils_%.bbappend | 3 +++
 1 file changed, 3 insertions(+)

Comments

Stefano Babic Dec. 15, 2020, 8 a.m. UTC | #1
On 14.12.20 20:58, llewellyn-evo wrote:
> Signed-off-by: llewellyn-evo <llewellyn.fernandes@evologics.de>
> ---
>  recipes-devtools/mtd/mtd-utils_%.bbappend | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/recipes-devtools/mtd/mtd-utils_%.bbappend b/recipes-devtools/mtd/mtd-utils_%.bbappend
> index aad5e79..6564635 100644
> --- a/recipes-devtools/mtd/mtd-utils_%.bbappend
> +++ b/recipes-devtools/mtd/mtd-utils_%.bbappend
> @@ -3,6 +3,9 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
>  FILES_${PN}-staticdev += "ubi-utils/libubi.a ${libdir}/*.a"
>  
>  SRCREV = "7b986779342021bda87c04da3bf729718736d8ab"
> +
> +SRC_URI_remove = "file://0001-Revert-Return-correct-error-number-in-ubi_get_vol_in.patch"
> +
>  PV = "2.1.2"
>  
>  PACKAGECONFIG[zstd] = "--with-zstd,--without-zstd,zstd"
> 

Applied to -thud, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/recipes-devtools/mtd/mtd-utils_%.bbappend b/recipes-devtools/mtd/mtd-utils_%.bbappend
index aad5e79..6564635 100644
--- a/recipes-devtools/mtd/mtd-utils_%.bbappend
+++ b/recipes-devtools/mtd/mtd-utils_%.bbappend
@@ -3,6 +3,9 @@  FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
 FILES_${PN}-staticdev += "ubi-utils/libubi.a ${libdir}/*.a"
 
 SRCREV = "7b986779342021bda87c04da3bf729718736d8ab"
+
+SRC_URI_remove = "file://0001-Revert-Return-correct-error-number-in-ubi_get_vol_in.patch"
+
 PV = "2.1.2"
 
 PACKAGECONFIG[zstd] = "--with-zstd,--without-zstd,zstd"