mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
SRCPV is intended being used by PV, some recipes still use SRCREV for PV, which is not correct. This patch fix all the misusage. Signed-off-by: Yu Ke <ke.yu@intel.com>
9 lines
145 B
BlitzBasic
9 lines
145 B
BlitzBasic
require libdrm.inc
|
|
|
|
SRC_URI = "git://anongit.freedesktop.org/git/mesa/drm;protocol=git"
|
|
|
|
S = ${WORKDIR}/git
|
|
|
|
PV = "2.4.15+git${SRCPV}"
|
|
PR = "r0"
|