mirror of
https://git.yoctoproject.org/poky
synced 2026-02-25 10:59:41 +01:00
This test ensures that where a floating tag is used for a git url, there aren't a number of different bugs such as inconsistent source revisions for the tag within a given build and that the recipe is reparsed at each run to ensure the tag is checked. A test is also added to ensure that the build fails if SRCPV (get_srcrev()) isn't used yet there is a floating tag. (From OE-Core rev: 33554ba3c034fc31744b27392afe751d645d6c2e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 lines
76 B
BlitzBasic
6 lines
76 B
BlitzBasic
require gitunpackoffline-fail.bb
|
|
|
|
TAGVALUE = "2.11"
|
|
|
|
PV = "0.0+git${SRCPV}"
|