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 } Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#107149): https://lists.openembedded.org/g/openembedded-devel/message/107149 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]] -=-=-=-=-=-=-=-=-=-=-=-
