Re: [OE-core] [PATCH 2/2] appstream: update 0.16.3 -> 1.0.1

2023-12-23 Thread Alexandre Belloni via lists.openembedded.org
On 23/12/2023 09:57:51+0100, Alexander Kanavin wrote:
> Thanks, there's a working patch from Markus that just landed in master.
> 

Yes, I tested it earlier but you had a better version ;)

> Alex
> 
> On Sat, 23 Dec 2023 at 05:56, Alexandre Belloni
>  wrote:
> >
> >
> > https://autobuilder.yoctoproject.org/typhoon/#/builders/108/builds/5512/steps/12/logs/errors
> >
> > On 22/12/2023 11:46:31+0100, Alexander Kanavin wrote:
> > > Signed-off-by: Alexander Kanavin 
> > > ---
> > >  ...-meson-do-not-rely-on-an-exe-wrapper.patch | 36 ---
> > >  .../0001-remove-hardcoded-path.patch  | 28 ---
> > >  ...appstream_0.16.3.bb => appstream_1.0.1.bb} | 10 +++---
> > >  3 files changed, 19 insertions(+), 55 deletions(-)
> > >  delete mode 100644 
> > > meta/recipes-support/appstream/appstream/0001-meson-do-not-rely-on-an-exe-wrapper.patch
> > >  rename meta/recipes-support/appstream/{appstream_0.16.3.bb => 
> > > appstream_1.0.1.bb} (78%)
> > >
> > > diff --git 
> > > a/meta/recipes-support/appstream/appstream/0001-meson-do-not-rely-on-an-exe-wrapper.patch
> > >  
> > > b/meta/recipes-support/appstream/appstream/0001-meson-do-not-rely-on-an-exe-wrapper.patch
> > > deleted file mode 100644
> > > index d4f2951e7a9..000
> > > --- 
> > > a/meta/recipes-support/appstream/appstream/0001-meson-do-not-rely-on-an-exe-wrapper.patch
> > > +++ /dev/null
> > > @@ -1,36 +0,0 @@
> > > -From 79bf322768990b28c29a9d907edcca52ff48e0b8 Mon Sep 17 00:00:00 2001
> > > -From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= 
> > > -Date: Wed, 26 Jul 2023 23:21:10 +0400
> > > -Subject: meson: do not rely on an exe wrapper
> > > -MIME-Version: 1.0
> > > -Content-Type: text/plain; charset=UTF-8
> > > -Content-Transfer-Encoding: 8bit
> > > -
> > > -Signed-off-by: Marc-André Lureau 
> > > -
> > > -Upstream-Status: Backport 
> > > [https://github.com/ximion/appstream/commit/79bf322768990b28c29a9d907edcca52ff48e0b8]
> > > 
> > > - data/meson.build | 7 +++
> > > - 1 file changed, 7 insertions(+)
> > > -
> > > -diff --git a/data/meson.build b/data/meson.build
> > > -index aea0cb25..ec0e434f 100644
> > >  a/data/meson.build
> > > -+++ b/data/meson.build
> > > -@@ -7,6 +7,13 @@ install_data('its/metainfo.its',
> > > - install_data('its/metainfo.loc',
> > > -   install_dir: join_paths(get_option('datadir'), 'gettext', 
> > > 'its'))
> > > -
> > > -+# Do not rely on an exe wrapper for rel-info, use the system one in 
> > > that case
> > > -+if meson.is_cross_build()
> > > -+dependency('appstream', version: '>=' + as_version, native: true,
> > > -+   not_found_message: 'Native appstream required for 
> > > cross-building')
> > > -+ascli_exe = find_program('appstreamcli')
> > > -+endif
> > > -+
> > > - # NOTE: We do not translate the release notes on purpose here.
> > > - # If you do want to give translators a chance to translate them,
> > > - # ascli news-to-metainfo needs to produce a temporary file to translate
> > > ---
> > > -2.41.0
> > > -
> > > diff --git 
> > > a/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch
> > >  
> > > b/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch
> > > index 9cbfaca82f1..8f4cf1b82a4 100644
> > > --- 
> > > a/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch
> > > +++ 
> > > b/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch
> > > @@ -1,4 +1,4 @@
> > > -From 6ab00a4279823829a9b82dc9e4d055da4de88c6e Mon Sep 17 00:00:00 2001
> > > +From 93bc5c1b221e5a10c65d4a055181dc818dfe1aa8 Mon Sep 17 00:00:00 2001
> > >  From: Markus Volk 
> > >  Date: Mon, 12 Dec 2022 15:42:42 +0100
> > >  Subject: [PATCH] remove hardcoded path
> > > @@ -9,23 +9,25 @@ Dont include hardcoded path. This fixes:
> > >  | cc1: error: include location "/usr/include" is unsafe for 
> > > cross-compilation [-Werror=poison-system-directories]
> > >
> > >  Upstream-Status: Inappropriate [oe-specific]
> > > +
> > >  ---
> > > - meson.build   | 2 +-
> > > - 1 files changed, 1 insertions(+), 1 deletions(-)
> > > + meson.build | 4 ++--
> > > + 1 file changed, 2 insertions(+), 2 deletions(-)
> > >
> > >  diff --git a/meson.build b/meson.build
> > > -index fd0e3373..2f273ada 100644
> > > +index 0556b1e..d66919f 100644
> > >  --- a/meson.build
> > >  +++ b/meson.build
> > > -@@ -124,7 +124,7 @@ if get_option ('gir')
> > > - dependency('gobject-introspection-1.0', version: '>=1.56')
> > > - endif
> > > -
> > > --stemmer_inc_dirs = include_directories(['/usr/include'])
> > > -+stemmer_inc_dirs = include_directories([''])
> > > +@@ -185,10 +185,10 @@ endif
> > > + stemmer_inc_dirs = include_directories()
> > >   if get_option('stemming')
> > >   stemmer_lib = cc.find_library('stemmer', required: true)
> > > +-stemmer_inc_dirs = include_directories(['/usr/include'])
> > > ++stemmer_inc_dirs = include_directories()
> > >   if not cc.has_header('libstemmer.h')
> > > ---
> > > 

Re: [OE-core] [PATCH 2/2] appstream: update 0.16.3 -> 1.0.1

2023-12-23 Thread Alexander Kanavin
Thanks, there's a working patch from Markus that just landed in master.

Alex

On Sat, 23 Dec 2023 at 05:56, Alexandre Belloni
 wrote:
>
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/108/builds/5512/steps/12/logs/errors
>
> On 22/12/2023 11:46:31+0100, Alexander Kanavin wrote:
> > Signed-off-by: Alexander Kanavin 
> > ---
> >  ...-meson-do-not-rely-on-an-exe-wrapper.patch | 36 ---
> >  .../0001-remove-hardcoded-path.patch  | 28 ---
> >  ...appstream_0.16.3.bb => appstream_1.0.1.bb} | 10 +++---
> >  3 files changed, 19 insertions(+), 55 deletions(-)
> >  delete mode 100644 
> > meta/recipes-support/appstream/appstream/0001-meson-do-not-rely-on-an-exe-wrapper.patch
> >  rename meta/recipes-support/appstream/{appstream_0.16.3.bb => 
> > appstream_1.0.1.bb} (78%)
> >
> > diff --git 
> > a/meta/recipes-support/appstream/appstream/0001-meson-do-not-rely-on-an-exe-wrapper.patch
> >  
> > b/meta/recipes-support/appstream/appstream/0001-meson-do-not-rely-on-an-exe-wrapper.patch
> > deleted file mode 100644
> > index d4f2951e7a9..000
> > --- 
> > a/meta/recipes-support/appstream/appstream/0001-meson-do-not-rely-on-an-exe-wrapper.patch
> > +++ /dev/null
> > @@ -1,36 +0,0 @@
> > -From 79bf322768990b28c29a9d907edcca52ff48e0b8 Mon Sep 17 00:00:00 2001
> > -From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= 
> > -Date: Wed, 26 Jul 2023 23:21:10 +0400
> > -Subject: meson: do not rely on an exe wrapper
> > -MIME-Version: 1.0
> > -Content-Type: text/plain; charset=UTF-8
> > -Content-Transfer-Encoding: 8bit
> > -
> > -Signed-off-by: Marc-André Lureau 
> > -
> > -Upstream-Status: Backport 
> > [https://github.com/ximion/appstream/commit/79bf322768990b28c29a9d907edcca52ff48e0b8]
> > 
> > - data/meson.build | 7 +++
> > - 1 file changed, 7 insertions(+)
> > -
> > -diff --git a/data/meson.build b/data/meson.build
> > -index aea0cb25..ec0e434f 100644
> >  a/data/meson.build
> > -+++ b/data/meson.build
> > -@@ -7,6 +7,13 @@ install_data('its/metainfo.its',
> > - install_data('its/metainfo.loc',
> > -   install_dir: join_paths(get_option('datadir'), 'gettext', 
> > 'its'))
> > -
> > -+# Do not rely on an exe wrapper for rel-info, use the system one in that 
> > case
> > -+if meson.is_cross_build()
> > -+dependency('appstream', version: '>=' + as_version, native: true,
> > -+   not_found_message: 'Native appstream required for 
> > cross-building')
> > -+ascli_exe = find_program('appstreamcli')
> > -+endif
> > -+
> > - # NOTE: We do not translate the release notes on purpose here.
> > - # If you do want to give translators a chance to translate them,
> > - # ascli news-to-metainfo needs to produce a temporary file to translate
> > ---
> > -2.41.0
> > -
> > diff --git 
> > a/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch 
> > b/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch
> > index 9cbfaca82f1..8f4cf1b82a4 100644
> > --- 
> > a/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch
> > +++ 
> > b/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch
> > @@ -1,4 +1,4 @@
> > -From 6ab00a4279823829a9b82dc9e4d055da4de88c6e Mon Sep 17 00:00:00 2001
> > +From 93bc5c1b221e5a10c65d4a055181dc818dfe1aa8 Mon Sep 17 00:00:00 2001
> >  From: Markus Volk 
> >  Date: Mon, 12 Dec 2022 15:42:42 +0100
> >  Subject: [PATCH] remove hardcoded path
> > @@ -9,23 +9,25 @@ Dont include hardcoded path. This fixes:
> >  | cc1: error: include location "/usr/include" is unsafe for 
> > cross-compilation [-Werror=poison-system-directories]
> >
> >  Upstream-Status: Inappropriate [oe-specific]
> > +
> >  ---
> > - meson.build   | 2 +-
> > - 1 files changed, 1 insertions(+), 1 deletions(-)
> > + meson.build | 4 ++--
> > + 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> >  diff --git a/meson.build b/meson.build
> > -index fd0e3373..2f273ada 100644
> > +index 0556b1e..d66919f 100644
> >  --- a/meson.build
> >  +++ b/meson.build
> > -@@ -124,7 +124,7 @@ if get_option ('gir')
> > - dependency('gobject-introspection-1.0', version: '>=1.56')
> > - endif
> > -
> > --stemmer_inc_dirs = include_directories(['/usr/include'])
> > -+stemmer_inc_dirs = include_directories([''])
> > +@@ -185,10 +185,10 @@ endif
> > + stemmer_inc_dirs = include_directories()
> >   if get_option('stemming')
> >   stemmer_lib = cc.find_library('stemmer', required: true)
> > +-stemmer_inc_dirs = include_directories(['/usr/include'])
> > ++stemmer_inc_dirs = include_directories()
> >   if not cc.has_header('libstemmer.h')
> > ---
> > -2.34.1
> > -
> > + if cc.has_header('libstemmer/libstemmer.h')
> > +-stemmer_inc_dirs = 
> > include_directories('/usr/include/libstemmer')
> > ++stemmer_inc_dirs = include_directories()
> > + else
> > + error('Unable to find Snowball header "libstemmer.h". Please 
> > ensure libstemmer/Snowball is 

Re: [OE-core] [PATCH 2/2] appstream: update 0.16.3 -> 1.0.1

2023-12-22 Thread Alexandre Belloni via lists.openembedded.org

https://autobuilder.yoctoproject.org/typhoon/#/builders/108/builds/5512/steps/12/logs/errors

On 22/12/2023 11:46:31+0100, Alexander Kanavin wrote:
> Signed-off-by: Alexander Kanavin 
> ---
>  ...-meson-do-not-rely-on-an-exe-wrapper.patch | 36 ---
>  .../0001-remove-hardcoded-path.patch  | 28 ---
>  ...appstream_0.16.3.bb => appstream_1.0.1.bb} | 10 +++---
>  3 files changed, 19 insertions(+), 55 deletions(-)
>  delete mode 100644 
> meta/recipes-support/appstream/appstream/0001-meson-do-not-rely-on-an-exe-wrapper.patch
>  rename meta/recipes-support/appstream/{appstream_0.16.3.bb => 
> appstream_1.0.1.bb} (78%)
> 
> diff --git 
> a/meta/recipes-support/appstream/appstream/0001-meson-do-not-rely-on-an-exe-wrapper.patch
>  
> b/meta/recipes-support/appstream/appstream/0001-meson-do-not-rely-on-an-exe-wrapper.patch
> deleted file mode 100644
> index d4f2951e7a9..000
> --- 
> a/meta/recipes-support/appstream/appstream/0001-meson-do-not-rely-on-an-exe-wrapper.patch
> +++ /dev/null
> @@ -1,36 +0,0 @@
> -From 79bf322768990b28c29a9d907edcca52ff48e0b8 Mon Sep 17 00:00:00 2001
> -From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= 
> -Date: Wed, 26 Jul 2023 23:21:10 +0400
> -Subject: meson: do not rely on an exe wrapper
> -MIME-Version: 1.0
> -Content-Type: text/plain; charset=UTF-8
> -Content-Transfer-Encoding: 8bit
> -
> -Signed-off-by: Marc-André Lureau 
> -
> -Upstream-Status: Backport 
> [https://github.com/ximion/appstream/commit/79bf322768990b28c29a9d907edcca52ff48e0b8]
> 
> - data/meson.build | 7 +++
> - 1 file changed, 7 insertions(+)
> -
> -diff --git a/data/meson.build b/data/meson.build
> -index aea0cb25..ec0e434f 100644
>  a/data/meson.build
> -+++ b/data/meson.build
> -@@ -7,6 +7,13 @@ install_data('its/metainfo.its',
> - install_data('its/metainfo.loc',
> -   install_dir: join_paths(get_option('datadir'), 'gettext', 
> 'its'))
> - 
> -+# Do not rely on an exe wrapper for rel-info, use the system one in that 
> case
> -+if meson.is_cross_build()
> -+dependency('appstream', version: '>=' + as_version, native: true,
> -+   not_found_message: 'Native appstream required for 
> cross-building')
> -+ascli_exe = find_program('appstreamcli')
> -+endif
> -+
> - # NOTE: We do not translate the release notes on purpose here.
> - # If you do want to give translators a chance to translate them,
> - # ascli news-to-metainfo needs to produce a temporary file to translate
> --- 
> -2.41.0
> -
> diff --git 
> a/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch 
> b/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch
> index 9cbfaca82f1..8f4cf1b82a4 100644
> --- 
> a/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch
> +++ 
> b/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch
> @@ -1,4 +1,4 @@
> -From 6ab00a4279823829a9b82dc9e4d055da4de88c6e Mon Sep 17 00:00:00 2001
> +From 93bc5c1b221e5a10c65d4a055181dc818dfe1aa8 Mon Sep 17 00:00:00 2001
>  From: Markus Volk 
>  Date: Mon, 12 Dec 2022 15:42:42 +0100
>  Subject: [PATCH] remove hardcoded path
> @@ -9,23 +9,25 @@ Dont include hardcoded path. This fixes:
>  | cc1: error: include location "/usr/include" is unsafe for 
> cross-compilation [-Werror=poison-system-directories]
>  
>  Upstream-Status: Inappropriate [oe-specific]
> +
>  ---
> - meson.build   | 2 +-
> - 1 files changed, 1 insertions(+), 1 deletions(-)
> + meson.build | 4 ++--
> + 1 file changed, 2 insertions(+), 2 deletions(-)
>  
>  diff --git a/meson.build b/meson.build
> -index fd0e3373..2f273ada 100644
> +index 0556b1e..d66919f 100644
>  --- a/meson.build
>  +++ b/meson.build
> -@@ -124,7 +124,7 @@ if get_option ('gir')
> - dependency('gobject-introspection-1.0', version: '>=1.56')
> - endif
> - 
> --stemmer_inc_dirs = include_directories(['/usr/include'])
> -+stemmer_inc_dirs = include_directories([''])
> +@@ -185,10 +185,10 @@ endif
> + stemmer_inc_dirs = include_directories()
>   if get_option('stemming')
>   stemmer_lib = cc.find_library('stemmer', required: true)
> +-stemmer_inc_dirs = include_directories(['/usr/include'])
> ++stemmer_inc_dirs = include_directories()
>   if not cc.has_header('libstemmer.h')
> --- 
> -2.34.1
> -
> + if cc.has_header('libstemmer/libstemmer.h')
> +-stemmer_inc_dirs = 
> include_directories('/usr/include/libstemmer')
> ++stemmer_inc_dirs = include_directories()
> + else
> + error('Unable to find Snowball header "libstemmer.h". Please 
> ensure libstemmer/Snowball is installed properly in order to continue.')
> + endif
> diff --git a/meta/recipes-support/appstream/appstream_0.16.3.bb 
> b/meta/recipes-support/appstream/appstream_1.0.1.bb
> similarity index 78%
> rename from meta/recipes-support/appstream/appstream_0.16.3.bb
> rename to meta/recipes-support/appstream/appstream_1.0.1.bb
> index bde679e256a..7723800bab8