diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-09-27 14:09:21 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-28 08:01:10 +0100 |
| commit | afefe7de281e558ed823460f80ddc631e718feb3 (patch) | |
| tree | 69cc46fb93265fcbc2bcf9064829b088fa2dbed5 /meta/recipes-graphics/libepoxy | |
| parent | 35708f8860adbf51549b2b2b07c176ba34eed812 (diff) | |
| download | poky-afefe7de281e558ed823460f80ddc631e718feb3.tar.gz | |
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>
Diffstat (limited to 'meta/recipes-graphics/libepoxy')
| -rw-r--r-- | meta/recipes-graphics/libepoxy/libepoxy_1.5.9.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/libepoxy/libepoxy_1.5.9.bb b/meta/recipes-graphics/libepoxy/libepoxy_1.5.9.bb index 487fc00360..1210f73a86 100644 --- a/meta/recipes-graphics/libepoxy/libepoxy_1.5.9.bb +++ b/meta/recipes-graphics/libepoxy/libepoxy_1.5.9.bb | |||
| @@ -9,13 +9,13 @@ SECTION = "libs" | |||
| 9 | LICENSE = "MIT" | 9 | LICENSE = "MIT" |
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=58ef4c80d401e07bd9ee8b6b58cf464b" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=58ef4c80d401e07bd9ee8b6b58cf464b" |
| 11 | 11 | ||
| 12 | SRC_URI = "https://github.com/anholt/${BPN}/releases/download/${PV}/${BP}.tar.xz \ | 12 | SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.xz \ |
| 13 | file://0001-dispatch_common.h-define-also-EGL_NO_X11.patch \ | 13 | file://0001-dispatch_common.h-define-also-EGL_NO_X11.patch \ |
| 14 | " | 14 | " |
| 15 | SRC_URI[sha256sum] = "d168a19a6edfdd9977fef1308ccf516079856a4275cf876de688fb7927e365e4" | 15 | SRC_URI[sha256sum] = "d168a19a6edfdd9977fef1308ccf516079856a4275cf876de688fb7927e365e4" |
| 16 | UPSTREAM_CHECK_URI = "https://github.com/anholt/libepoxy/releases" | 16 | GITHUB_BASE_URI = "https://github.com/anholt/libepoxy/releases" |
| 17 | 17 | ||
| 18 | inherit meson pkgconfig features_check | 18 | inherit meson pkgconfig features_check github-releases |
| 19 | 19 | ||
| 20 | REQUIRED_DISTRO_FEATURES = "opengl" | 20 | REQUIRED_DISTRO_FEATURES = "opengl" |
| 21 | 21 | ||
