mirror of
git://git.yoctoproject.org/poky
synced 2026-09-08 05:17:15 +00: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>
12 lines
246 B
BlitzBasic
12 lines
246 B
BlitzBasic
DEFAULT_PREFERENCE = "-1"
|
|
|
|
include libxcb.inc
|
|
PV = "1.1.90.1+gitr${SRCPV}"
|
|
|
|
DEPENDS += "libpthread-stubs xcb-proto-native"
|
|
|
|
SRC_URI = "git://anongit.freedesktop.org/git/xcb/libxcb;protocol=git"
|
|
S = "${WORKDIR}/git"
|
|
|
|
PACKAGES =+ "libxcb-xinerama"
|