mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 lines
491 B
BlitzBasic
15 lines
491 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"
|
|
|
|
|
|
inherit pkgconfig meson
|