summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-11-10 19:12:45 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-01 19:35:05 +0000
commita283e779c52f3070335b5eafb8b892930c49d070 (patch)
tree294703626ccc9853b646ff3b6a0ec8040da505d9
parente4791eff398159fab95a5dcfb1053e40a31abaab (diff)
downloadpoky-a283e779c52f3070335b5eafb8b892930c49d070.tar.gz
libepoxy: convert to git
Latest version doesn't come with stable tarballs. (From OE-Core rev: 1944a5dd84c3629c9c994383e2904731cf28ea87) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 4b6eed2bb323a3c7390ca3ad426afe27e9072bf0) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/libepoxy/libepoxy_1.5.9.bb5
1 files changed, 3 insertions, 2 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..881010b1a3 100644
--- a/meta/recipes-graphics/libepoxy/libepoxy_1.5.9.bb
+++ b/meta/recipes-graphics/libepoxy/libepoxy_1.5.9.bb
@@ -9,10 +9,11 @@ SECTION = "libs"
9LICENSE = "MIT" 9LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://COPYING;md5=58ef4c80d401e07bd9ee8b6b58cf464b" 10LIC_FILES_CHKSUM = "file://COPYING;md5=58ef4c80d401e07bd9ee8b6b58cf464b"
11 11
12SRC_URI = "https://github.com/anholt/${BPN}/releases/download/${PV}/${BP}.tar.xz \ 12SRC_URI = "git://github.com/anholt/libepoxy;branch=master;protocol=https \
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 "
15SRC_URI[sha256sum] = "d168a19a6edfdd9977fef1308ccf516079856a4275cf876de688fb7927e365e4" 15SRCREV = "ecfa8e0f083084181d36966fa084aca9a6c97d53"
16S = "${WORKDIR}/git"
16UPSTREAM_CHECK_URI = "https://github.com/anholt/libepoxy/releases" 17UPSTREAM_CHECK_URI = "https://github.com/anholt/libepoxy/releases"
17 18
18inherit meson pkgconfig features_check 19inherit meson pkgconfig features_check