diff options
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/libepoxy/libepoxy_1.5.9.bb | 5 |
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" | |||
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 = "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 | " |
15 | SRC_URI[sha256sum] = "d168a19a6edfdd9977fef1308ccf516079856a4275cf876de688fb7927e365e4" | 15 | SRCREV = "ecfa8e0f083084181d36966fa084aca9a6c97d53" |
16 | S = "${WORKDIR}/git" | ||
16 | UPSTREAM_CHECK_URI = "https://github.com/anholt/libepoxy/releases" | 17 | UPSTREAM_CHECK_URI = "https://github.com/anholt/libepoxy/releases" |
17 | 18 | ||
18 | inherit meson pkgconfig features_check | 19 | inherit meson pkgconfig features_check |