generic-poky/meta/recipes-graphics/xorg-proto/inputproto_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

20 lines
500 B
BlitzBasic

require xorg-proto-common.inc
SUMMARY = "XI: X Input extension headers"
DESCRIPTION = "This package provides the wire protocol for the X Input \
extension. The extension supports input devices other then the core X \
keyboard and pointer."
PR = "r1"
PE = "1"
SRCREV = "7203036522ba9d4b224d282d6afc2d0b947711ee"
PV = "1.9.99.12+git${SRCPV}"
SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/inputproto;protocol=git"
S = "${WORKDIR}/git"
inherit gettext
BBCLASSEXTEND = "native nativesdk"