diff mbox series

[meta-swupdate,dunfell] mtd-utils: Drop version override

Message ID 20211012135257.6721-1-marex@denx.de
State Accepted
Headers show
Series [meta-swupdate,dunfell] mtd-utils: Drop version override | expand

Commit Message

Marek Vasut Oct. 12, 2021, 1:52 p.m. UTC
oe-core/dunfell now contains the following two commits updating
mtd-utils to 2.1.3, drop the override from here, since it also
triggers yocto-check-layer and oelint-adv errors:

  721a0e475d ("mtd-utils: upgrade 2.1.1 -> 2.1.2")
  809b3a22a5 ("mtd-utils: upgrade 2.1.2 -> 2.1.3")

Signed-off-by: Marek Vasut <marex@denx.de>
---
 recipes-devtools/mtd/mtd-utils_%.bbappend | 4 ----
 1 file changed, 4 deletions(-)

Comments

Stefano Babic Oct. 12, 2021, 2:31 p.m. UTC | #1
On 12.10.21 15:52, Marek Vasut wrote:
> oe-core/dunfell now contains the following two commits updating
> mtd-utils to 2.1.3, drop the override from here, since it also
> triggers yocto-check-layer and oelint-adv errors:
> 
>    721a0e475d ("mtd-utils: upgrade 2.1.1 -> 2.1.2")
>    809b3a22a5 ("mtd-utils: upgrade 2.1.2 -> 2.1.3")
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> ---
>   recipes-devtools/mtd/mtd-utils_%.bbappend | 4 ----
>   1 file changed, 4 deletions(-)
> 
> diff --git a/recipes-devtools/mtd/mtd-utils_%.bbappend b/recipes-devtools/mtd/mtd-utils_%.bbappend
> index 0b525b9..2b3b23b 100644
> --- a/recipes-devtools/mtd/mtd-utils_%.bbappend
> +++ b/recipes-devtools/mtd/mtd-utils_%.bbappend
> @@ -2,10 +2,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
>   
>   FILES_${PN}-staticdev += "ubi-utils/libubi.a ${libdir}/*.a"
>   
> -SRCREV = "7b986779342021bda87c04da3bf729718736d8ab"
> -SRC_URI = "git://git.infradead.org/mtd-utils.git"
> -PV = "2.1.2"
> -
>   PACKAGECONFIG[zstd] = "--with-zstd,--without-zstd,zstd"
>   PACKAGECONFIG_remove = "zstd"
>   
> 

Applied to -dunfell, 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 0b525b9..2b3b23b 100644
--- a/recipes-devtools/mtd/mtd-utils_%.bbappend
+++ b/recipes-devtools/mtd/mtd-utils_%.bbappend
@@ -2,10 +2,6 @@  FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
 
 FILES_${PN}-staticdev += "ubi-utils/libubi.a ${libdir}/*.a"
 
-SRCREV = "7b986779342021bda87c04da3bf729718736d8ab"
-SRC_URI = "git://git.infradead.org/mtd-utils.git"
-PV = "2.1.2"
-
 PACKAGECONFIG[zstd] = "--with-zstd,--without-zstd,zstd"
 PACKAGECONFIG_remove = "zstd"