Openembedded Core Discussions
 help / color / mirror / Atom feed
* SRCPV / prserv problem
@ 2018-08-08 15:34 Eric BENARD
  2018-08-08 16:27 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Eric BENARD @ 2018-08-08 15:34 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 912 bytes --]

Hi,

I have a strange issue with a recipe fetching from git for which I fix the
HASH in a conf file :
I'm using PRSERV_HOST = "localhost:0"
The recipe has PV = "gitr${SRCPV}" so I expect the package numbering to be
handled by the prserv.

If I add a SRCREV_pn-mysw = "1ad58b2488ce91ce4d0c4aae4189108b0281aae6", I
see in buildhistory :
PV = gitrAUTOINC+1ad58b2488
PKGV = gitr0+1ad58b2488

If I then fix the hash to 6bd8208a0754a23b5437cb34a361fc22d7dc0c3b, I see
in buildhistory :
-PKGV = gitr0+1ad58b2488
+PKGV = gitr0+6bd8208a07
+PKGR = r0.0
which is expected

But then if I come back to the hash
1ad58b2488ce91ce4d0c4aae4189108b0281aae6, I see :
-PKGV = gitr2+6bd8208a07
-PKGR = r0.1
+PKGV = gitr0+1ad58b2488
and thus I have the package numbering going backward with a QA error.

Do you have any idea on what is causing this behavior and where to dig to
fix this ?

Thanks
Eric

[-- Attachment #2: Type: text/html, Size: 1015 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-08-08 16:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-08 15:34 SRCPV / prserv problem Eric BENARD
2018-08-08 16:27 ` Martin Jansa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox