On Wed, Nov 29, 2023 at 12:26 PM Ross Burton <[email protected]> wrote: > > On 29 Nov 2023, at 19:42, Markus Volk via lists.openembedded.org > <[email protected]> wrote: > > + project('spice', 'c', 'cpp', > > +- version : run_command('build-aux/git-version-gen', > > meson.source_root() + '/.tarball-version', check : true).stdout().strip(), > > ++ version : '@version@', > > https://gitlab.freedesktop.org/spice/spice/-/blob/master/build-aux/git-version-gen?ref_type=heads > suggests that a better solution would be to just: > > do_configure:prepend() { > echo ${PV} > ${S}/.tarball-version > } >
I would agree, this is better. > Ross > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#107151): https://lists.openembedded.org/g/openembedded-devel/message/107151 Mute This Topic: https://lists.openembedded.org/mt/102879462/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
