Hi,

I'm moving my layers from dunfell to kirkstone and for some recipes
I'm hitting an issue with following fetch issue:
Bitbake Fetcher Error: FetchError("Recipe uses a floating tag/branch
without a fixed SRCREV yet doesn't call bb.fetch2.get_srcrev() (use
SRCPV in PV for OE).", None)

My SRC_URI looks like this:

SRC_URI = 
"git://mysupersecretgitproject.git;protocol=https;branch=master;tag=v${PV}"
and PV is properly set to tag name.

By adding this to beginning of recipe it seems it start working:
python() {
        bb.warn("SRCPV:%s"%d.getVar("SRCPV"))
}

Any ideas what am I missing?

Thanks and regards,

marek

-- 
as simple and primitive as possible
-------------------------------------------------
Marek Belisko - OPEN-NANDRA
Freelance Developer

Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
twitter: #opennandra
web: http://open-nandra.com
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#58944): https://lists.yoctoproject.org/g/yocto/message/58944
Mute This Topic: https://lists.yoctoproject.org/mt/96149778/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to