| Message ID | 20251015-ipa-match-by-name-v3-3-11f9c774c7fc@ideasonboard.com |
|---|---|
| State | Accepted |
| Headers | show |
| Series |
|
| Related | show |
Hello Jacopo, Thanks for your patch. On 2025-10-15 17:55:26 +0200, Jacopo Mondi wrote: > The 'ipa_names' variable is declared twice. Remove it. > > Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> > --- > src/ipa/meson.build | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/src/ipa/meson.build b/src/ipa/meson.build > index 68f64b9a6fa39cceae291a9662bd6048d0e59422..eb7846e47888d4056b81e4a68f1903f134e6a662 100644 > --- a/src/ipa/meson.build > +++ b/src/ipa/meson.build > @@ -24,8 +24,6 @@ subdir('libipa') > > ipa_sign = files('ipa-sign.sh') > > -ipa_names = [] > - > ipa_modules = get_option('ipas') > > # Tests require the vimc IPA, similar to vimc pipline-handler for their > > -- > 2.51.0 >
2025. 10. 15. 17:55 keltezéssel, Jacopo Mondi írta: > The 'ipa_names' variable is declared twice. Remove it. > > Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> > --- Reviewed-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com> > src/ipa/meson.build | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/src/ipa/meson.build b/src/ipa/meson.build > index 68f64b9a6fa39cceae291a9662bd6048d0e59422..eb7846e47888d4056b81e4a68f1903f134e6a662 100644 > --- a/src/ipa/meson.build > +++ b/src/ipa/meson.build > @@ -24,8 +24,6 @@ subdir('libipa') > > ipa_sign = files('ipa-sign.sh') > > -ipa_names = [] > - > ipa_modules = get_option('ipas') > > # Tests require the vimc IPA, similar to vimc pipline-handler for their > > -- > 2.51.0 >
diff --git a/src/ipa/meson.build b/src/ipa/meson.build index 68f64b9a6fa39cceae291a9662bd6048d0e59422..eb7846e47888d4056b81e4a68f1903f134e6a662 100644 --- a/src/ipa/meson.build +++ b/src/ipa/meson.build @@ -24,8 +24,6 @@ subdir('libipa') ipa_sign = files('ipa-sign.sh') -ipa_names = [] - ipa_modules = get_option('ipas') # Tests require the vimc IPA, similar to vimc pipline-handler for their
The 'ipa_names' variable is declared twice. Remove it. Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> --- src/ipa/meson.build | 2 -- 1 file changed, 2 deletions(-)