mirror of
https://git.yoctoproject.org/poky
synced 2026-02-15 05:03:03 +01:00
meta: fix version checks in all github recipes using the github-releases class
(From OE-Core rev: b04316bdd28b7945c2c91b4e43c007b650eedc14) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
35708f8860
commit
afefe7de28
@@ -10,14 +10,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f3713ca2c28d9312ad718520b6dc3eee \
|
||||
# cairo >= 1.14
|
||||
DEPENDS = "cairo python3"
|
||||
|
||||
SRC_URI = "https://github.com/pygobject/pycairo/releases/download/v${PV}/pycairo-${PV}.tar.gz"
|
||||
UPSTREAM_CHECK_URI = "https://github.com/pygobject/pycairo/releases/"
|
||||
SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/pycairo-${PV}.tar.gz"
|
||||
GITHUB_BASE_URI = "https://github.com/pygobject/pycairo/releases/"
|
||||
|
||||
SRC_URI[sha256sum] = "251907f18a552df938aa3386657ff4b5a4937dde70e11aa042bc297957f4b74b"
|
||||
|
||||
S = "${WORKDIR}/pycairo-${PV}"
|
||||
|
||||
inherit meson pkgconfig python3targetconfig
|
||||
inherit meson pkgconfig python3targetconfig github-releases
|
||||
|
||||
CFLAGS += "-fPIC"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user