mirror of
https://git.yoctoproject.org/poky
synced 2026-06-17 18:29:57 +00:00
9b5c770cbd
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
174 B
BlitzBasic
9 lines
174 B
BlitzBasic
DEFAULT_PREFERENCE = "-1"
|
|
|
|
include xcb-proto.inc
|
|
PV = "1.2+gitr${SRCPV}"
|
|
PR = "r1"
|
|
|
|
SRC_URI = "git://anongit.freedesktop.org/git/xcb/proto;protocol=git"
|
|
S = "${WORKDIR}/git"
|