Re: [oe] [meta-oe][PATCH 2/3] libfprint: New recipe

2023-04-01 Thread Khem Raj
i am also seeing this on AB ERROR: Nothing PROVIDES 'polkit' (but /home/pokybuild/yocto-worker/meta-oe/build/meta-openembedded/meta-oe/recipes-support/fprintd/fprintd_git.bb DEPENDS on or otherwise requires it) polkit was skipped: missing required distro feature 'polkit' (not in DISTRO_FEATURES)

Re: [oe] [meta-oe][PATCH 2/3] libfprint: New recipe

2023-04-01 Thread Zoltan Boszormenyi
2023. 03. 31. 19:41 keltezéssel, Khem Raj írta: It needs to address native deps on udev-native I am seeing ERROR: Nothing PROVIDES 'udev-native' (but virtual:native:/mnt/b/yoe/master/sources/meta-openembedded/meta-oe/recipes-support/libfprint/libfprint_1.94.5.bb DEPENDS on or otherwise requires

Re: [oe] [meta-oe][PATCH 2/3] libfprint: New recipe

2023-03-31 Thread Khem Raj
It needs to address native deps on udev-native I am seeing ERROR: Nothing PROVIDES 'udev-native' (but virtual:native:/mnt/b/yoe/master/sources/meta-openembedded/meta-oe/recipes-support/libfprint/libfprint_1.94.5.bb DEPENDS on or otherwise requires it). On Thu, Mar 30, 2023 at 6:43 AM Zoltan

Re: [oe] [meta-oe][PATCH 2/3] libfprint: New recipe

2023-03-30 Thread Alexander Kanavin
On Thu, 30 Mar 2023 at 19:20, Böszörményi Zoltán wrote: > > 2023. 03. 30. 17:40 keltezéssel, Alexander Kanavin írta: > > How do libfprint's meson rules for producing the executable and then > > running it look like? > > Here are the two generators: >

Re: [oe] [meta-oe][PATCH 2/3] libfprint: New recipe

2023-03-30 Thread Zoltan Boszormenyi
2023. 03. 30. 17:40 keltezéssel, Alexander Kanavin írta: How do libfprint's meson rules for producing the executable and then running it look like? Here are the two generators: https://gitlab.freedesktop.org/libfprint/libfprint/-/blob/master/libfprint/meson.build#L310

Re: [oe] [meta-oe][PATCH 2/3] libfprint: New recipe

2023-03-30 Thread Alexander Kanavin
Maybe you can raise the concern with upstream and see what they say? How, in their opinion, should their component be cross-compiled? Can the need to run target executables be eliminated from the build in some other way we're not seeing? Alex On Thu, 30 Mar 2023 at 17:52, Böszörményi Zoltán

Re: [oe] [meta-oe][PATCH 2/3] libfprint: New recipe

2023-03-30 Thread Zoltan Boszormenyi
2023. 03. 30. 17:24 keltezéssel, Zoltan Boszormenyi via lists.openembedded.org írta: 2023. 03. 30. 15:50 keltezéssel, Alexander Kanavin írta: Meson is specifically configured in yocto to user qemu usermode as the wrapper to run cross binaries, so can libfprint build configuration be tweaked to

Re: [oe] [meta-oe][PATCH 2/3] libfprint: New recipe

2023-03-30 Thread Alexander Kanavin
How do libfprint's meson rules for producing the executable and then running it look like? Any meson based recipe has a similar entry in ${WORKDIR}/meson.cross: exe_wrapper = '/srv/storage/alex/yocto/build-64-alt/tmp/work/core2-64-poky-linux/glib-2.0/1_2.74.6-r0/meson-qemuwrapper' And the use

Re: [oe] [meta-oe][PATCH 2/3] libfprint: New recipe

2023-03-30 Thread Zoltan Boszormenyi
2023. 03. 30. 15:50 keltezéssel, Alexander Kanavin írta: Meson is specifically configured in yocto to user qemu usermode as the wrapper to run cross binaries, so can libfprint build configuration be tweaked to use that? This would avoid all the nasty -native extensions and modifications. How

Re: [oe] [meta-oe][PATCH 2/3] libfprint: New recipe

2023-03-30 Thread Zoltan Boszormenyi
2023. 03. 30. 15:50 keltezéssel, Alexander Kanavin írta: Meson is specifically configured in yocto to user qemu usermode as the wrapper to run cross binaries, so can libfprint build configuration be tweaked to use that? This would avoid all the nasty -native extensions and modifications.

Re: [oe] [meta-oe][PATCH 2/3] libfprint: New recipe

2023-03-30 Thread Alexander Kanavin
Meson is specifically configured in yocto to user qemu usermode as the wrapper to run cross binaries, so can libfprint build configuration be tweaked to use that? This would avoid all the nasty -native extensions and modifications. Alex On Thu, 30 Mar 2023 at 15:43, Zoltan Boszormenyi wrote: >

[oe] [meta-oe][PATCH 2/3] libfprint: New recipe

2023-03-30 Thread Zoltan Boszormenyi
libfprint is the library used by fprintd. Signed-off-by: Zoltán Böszörményi --- ...001-Optionally-use-native-generators.patch | 111 ++ .../0002-Make-building-tests-optional.patch | 47 .../libfprint/libfprint_1.94.5.bb | 45 +++ 3 files changed, 203