mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
e4791eff39
commit
a283e779c5
@@ -9,10 +9,11 @@ SECTION = "libs"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=58ef4c80d401e07bd9ee8b6b58cf464b"
|
||||
|
||||
SRC_URI = "https://github.com/anholt/${BPN}/releases/download/${PV}/${BP}.tar.xz \
|
||||
SRC_URI = "git://github.com/anholt/libepoxy;branch=master;protocol=https \
|
||||
file://0001-dispatch_common.h-define-also-EGL_NO_X11.patch \
|
||||
"
|
||||
SRC_URI[sha256sum] = "d168a19a6edfdd9977fef1308ccf516079856a4275cf876de688fb7927e365e4"
|
||||
SRCREV = "ecfa8e0f083084181d36966fa084aca9a6c97d53"
|
||||
S = "${WORKDIR}/git"
|
||||
UPSTREAM_CHECK_URI = "https://github.com/anholt/libepoxy/releases"
|
||||
|
||||
inherit meson pkgconfig features_check
|
||||
|
||||
Reference in New Issue
Block a user