On 4 Nov 2022, at 10:01, Chase Qi via lists.openembedded.org <[email protected]> wrote: > > +SRCREV = "18e28496adee3d84fefdda6efcb9c5b8996a2398" > +SRC_URI = " \ > + git://nsz.repo.hu:49100/repo/libc-test;branch=master \ > + file://run-ptest \ > +" > +MIRRORS += "git://nsz.repo.hu:49100/repo/libc-test > git://repo.or.cz/libc-test”
The project’s web site at https://wiki.musl-libc.org/libc-test.html says the git URL is git://repo.or.cz/libc-test, so that’s the URL we should fetch from. Also as this project doesn’t appear to have versions, set: PV=“0+git${SRCPV}”. This way the version has the git SHA in, and if they ever release a version it will be greater than 0 and sort correctly. Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#172713): https://lists.openembedded.org/g/openembedded-core/message/172713 Mute This Topic: https://lists.openembedded.org/mt/94802446/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
