mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
* Drop SRCPV similarly like oe-core did in: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872 * SRCPV is deferred now from PV to PKGV since: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
16 lines
512 B
BlitzBasic
16 lines
512 B
BlitzBasic
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=4f59d6446bf2e004e80df1a0937129fa"
|
|
|
|
SRC_URI = "git://gitlab.freedesktop.org/mesa/parallel-deqp-runner.git;protocol=https;branch=master \
|
|
file://0001-meson.build-WORKAROUND-Remove-vulkan-dependency.patch \
|
|
file://0001-memmove-and-memchr-are-C-APIs-not-C-std-namespace.patch \
|
|
"
|
|
|
|
# Modify these as desired
|
|
PV = "2020.06.15+git"
|
|
SRCREV = "e1642fb691d29b1462504b58916f7f514a963e80"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit pkgconfig meson
|