Hi all.

I need to remove the buildhistory number from final package version


Until now I use in local.conf

PRSERV_HOST = "localhost:0"
BUILDHISTORY_COMMIT = "1"
INHERIT += " buildhistory "

When the package is built the buildhistory number is appended to the version.

i.e.  1.0.0-r0.3

I nee to remove .3 from version.

So I commented out

#PRSERV_HOST = "localhost:0"
#BUILDHISTORY_COMMIT = "1"
#NHERIT += " buildhistory "

But now every package has always .0 has buildhistory number

i.e. 1.0.0-r0.3  is 1.0.0-r0.0 always.

How can I get 1.0.0-r0?


Best regards,

  MZ

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#48065): https://lists.yoctoproject.org/g/yocto/message/48065
Mute This Topic: https://lists.yoctoproject.org/mt/69954642/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to