mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-04 05:04:39 +02:00
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 lines
439 B
BlitzBasic
15 lines
439 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 \
|
|
"
|
|
|
|
# Modify these as desired
|
|
PV = "2020.06.15+git${SRCPV}"
|
|
SRCREV = "e1642fb691d29b1462504b58916f7f514a963e80"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit pkgconfig meson
|