pinball-tables: Fix fetch
Setting tags in SRCREV has never been a good idea and fail now with something lie
| ERROR: pinball-table-gnu-0.0.20200601-r0 do_fetch: 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)
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = " \
|
||||
"
|
||||
|
||||
SRC_URI = "git://github.com/rzr/pinball-table-gnu.git;protocol=https;branch=master"
|
||||
SRCREV = "0.0.20200601"
|
||||
SRCREV = "7b738e40fd22fce62c6a317e70922ac0eb39f794"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = " \
|
||||
"
|
||||
|
||||
SRC_URI = "git://github.com/rzr/pinball-table-hurd.git;protocol=https;branch=master"
|
||||
SRCREV = "0.0.20201119"
|
||||
SRCREV = "10e6c04a159209db5b9c19374f632edc5752abbf"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user