README "Compiling and Testing" documents them in order: Autotools first, then CMake, then Meson. It seems meson is still work in progress E.g. tests support is TODO I wonder if its too early for distros to use it
On Wed, Jul 15, 2026, 7:05 AM Ross Burton via lists.openembedded.org <[email protected]> wrote: > Upstream has meson support, so use it. > > Signed-off-by: Ross Burton <[email protected]> > --- > meta/recipes-devtools/patchelf/patchelf_git.bb | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/meta/recipes-devtools/patchelf/patchelf_git.bb > b/meta/recipes-devtools/patchelf/patchelf_git.bb > index 6c88da1b098..adc1198937d 100644 > --- a/meta/recipes-devtools/patchelf/patchelf_git.bb > +++ b/meta/recipes-devtools/patchelf/patchelf_git.bb > @@ -4,15 +4,14 @@ HOMEPAGE = "https://github.com/NixOS/patchelf" > > LICENSE = "GPL-3.0-only" > > -SRC_URI = "git://github.com/NixOS/patchelf;protocol=https;branch=master \ > -" > +SRC_URI = "git://github.com/NixOS/patchelf;protocol=https;branch=master" > SRCREV = "7688b17c18d16f67fa8d5a82a2404c2e3a18648d" > > PV = "0.19.1" > > LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e" > > -inherit autotools > +inherit meson > > PACKAGES += "${PN}-zsh-completion" > FILES:${PN}-zsh-completion = "${datadir}/zsh" > -- > 2.43.0 > > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#241113): https://lists.openembedded.org/g/openembedded-core/message/241113 Mute This Topic: https://lists.openembedded.org/mt/120281290/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
