diff mbox series

[meta-swupdate] Add dependency to e2fsprogs if CONFIG_EXT_FILESYSTEM is set

Message ID 20231023091215.10195-1-dit.kozmaj@kynetics.com
State Accepted
Headers show
Series [meta-swupdate] Add dependency to e2fsprogs if CONFIG_EXT_FILESYSTEM is set | expand

Commit Message

Dit Kozmaj Oct. 23, 2023, 9:12 a.m. UTC
From: Dit Kozmaj <dit.kozmaj@kynetics.com>

Signed-off-by: Dit Kozmaj <dit.kozmaj@kynetics.com>
---
 recipes-support/swupdate/swupdate.inc | 3 +++
 1 file changed, 3 insertions(+)

Comments

Stefano Babic Oct. 29, 2023, 9:15 a.m. UTC | #1
On 23.10.23 11:12, dit.kozmaj@kynetics.com wrote:
> From: Dit Kozmaj <dit.kozmaj@kynetics.com>
> 
> Signed-off-by: Dit Kozmaj <dit.kozmaj@kynetics.com>
> ---
>   recipes-support/swupdate/swupdate.inc | 3 +++
>   1 file changed, 3 insertions(+)
> 
> diff --git a/recipes-support/swupdate/swupdate.inc b/recipes-support/swupdate/swupdate.inc
> index a88647a..ac047bd 100644
> --- a/recipes-support/swupdate/swupdate.inc
> +++ b/recipes-support/swupdate/swupdate.inc
> @@ -192,6 +192,9 @@ python () {
>       if 'CONFIG_DELTA=y\n' in features:
>           depends += ' zchunk'
>   
> +    if 'CONFIG_EXT_FILESYSTEM=y\n' in features:
> +        depends += ' e2fsprogs'
> +
>       if mlprefix:
>           deps = ' '
>           rdeps = ' '

Applied to -master, -mickeldore, -kirkstone, -dunfell, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/recipes-support/swupdate/swupdate.inc b/recipes-support/swupdate/swupdate.inc
index a88647a..ac047bd 100644
--- a/recipes-support/swupdate/swupdate.inc
+++ b/recipes-support/swupdate/swupdate.inc
@@ -192,6 +192,9 @@  python () {
     if 'CONFIG_DELTA=y\n' in features:
         depends += ' zchunk'
 
+    if 'CONFIG_EXT_FILESYSTEM=y\n' in features:
+        depends += ' e2fsprogs'
+
     if mlprefix:
         deps = ' '
         rdeps = ' '