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:
Andreas Müller
2022-03-10 23:16:54 +01:00
parent 7b68c62fc7
commit 2efa793a45
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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"