generic-poky/meta/packages/xcb/xcb-proto_git.bb
Marcin Juszkiewicz f732fed5ab xcb-proto: added GIT version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5495 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-14 11:15:13 +00:00

13 lines
203 B
BlitzBasic

DEFAULT_PREFERENCE = "-1"
include xcb-proto.inc
PV = "1.2+gitr${SRCREV}"
SRC_URI = "git://anongit.freedesktop.org/git/xcb/proto;protocol=git"
S = "${WORKDIR}/git"
do_stage() {
autotools_stage_all
}