mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
waffle: convert to git, website is down
(From OE-Core rev: 767a12b4e2cd55faf91fa1b918b73e7562ec5bc5) 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> (cherry picked from commit 28391c20044058e05a1bfdacc31a3e876828fb72) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
d74def94da
commit
47e8cde01f
|
|
@ -3,17 +3,15 @@ DESCRIPTION = "A cross-platform C library that allows one to defer selection \
|
|||
of an OpenGL API and window system until runtime. For example, on Linux, Waffle \
|
||||
enables an application to select X11/EGL with an OpenGL 3.3 core profile, \
|
||||
Wayland with OpenGL ES2, and other window system / API combinations."
|
||||
HOMEPAGE = "http://www.waffle-gl.org/"
|
||||
HOMEPAGE = "https://gitlab.freedesktop.org/mesa/waffle"
|
||||
BUGTRACKER = "https://gitlab.freedesktop.org/mesa/waffle"
|
||||
LICENSE = "BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4c5154407c2490750dd461c50ad94797 \
|
||||
file://include/waffle/waffle.h;endline=24;md5=61dbf8697f61c78645e75a93c585b1bf"
|
||||
|
||||
SRC_URI = "http://waffle-gl.org/files/release/${BPN}-${PV}/${BPN}-${PV}.tar.xz"
|
||||
SRC_URI[md5sum] = "c91529e579483f44fb330052872b9c73"
|
||||
SRC_URI[sha256sum] = "31565649ff0e2d8dff1b8f7f2264ab7a78452063c7e04adfc4ce03e64b655080"
|
||||
|
||||
UPSTREAM_CHECK_URI = "http://www.waffle-gl.org/releases.html"
|
||||
SRC_URI = "git://gitlab.freedesktop.org/mesa/waffle.git;protocol=https;branch=maint-1.6"
|
||||
SRCREV = "d7e8c4759704b3c571fa3697c716279c26fd05eb"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit meson features_check lib_package bash-completion pkgconfig
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user