generic-poky/meta/recipes-graphics/xcb/libxcb_git.bb
Yu Ke 61018fda65 poky-default-revisions: move the SRCREV to recipe file
in this case, those non poky distro can also use these recipe normally

(From OE-Core rev: 0a57bd226cdb8332707fa0f46fcf0b067f03701a)

Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-04 15:06:36 +01:00

15 lines
309 B
BlitzBasic

DEFAULT_PREFERENCE = "-1"
include libxcb.inc
SRCREV = "625ed596cae6dd8175aeb6cb6f26784928042f22"
PV = "1.1.90.1+gitr${SRCPV}"
PR = "r1"
DEPENDS += "libpthread-stubs xcb-proto-native"
SRC_URI = "git://anongit.freedesktop.org/git/xcb/libxcb;protocol=git"
S = "${WORKDIR}/git"
PACKAGES =+ "libxcb-xinerama"