1LICENSE = "MIT" 2LIC_FILES_CHKSUM = "file://LICENSE;md5=4f59d6446bf2e004e80df1a0937129fa" 3 4SRC_URI = "git://gitlab.freedesktop.org/mesa/parallel-deqp-runner.git;protocol=https;branch=master \ 5 file://0001-meson.build-WORKAROUND-Remove-vulkan-dependency.patch \ 6 file://0001-memmove-and-memchr-are-C-APIs-not-C-std-namespace.patch \ 7 " 8 9# Modify these as desired 10PV = "2020.06.15+git${SRCPV}" 11SRCREV = "e1642fb691d29b1462504b58916f7f514a963e80" 12 13S = "${WORKDIR}/git" 14 15inherit pkgconfig meson 16