diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-12 18:09:43 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-12 20:19:06 +0200 |
commit | b78af1c24ce4df4e8a57f46e42640eb01eace1a7 (patch) | |
tree | f0b9d3ece2e0928ddea3720e0f9e373cb2f1a94d /recipes/xcb/xcb-proto_git.bb | |
parent | 16f464bd8cff6b6a27d9bfe691f7adc875d01ac2 (diff) |
xcb,libx11,xserver-kdrive-glamo: add SRCREVs and fix git URL
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xcb/xcb-proto_git.bb')
-rw-r--r-- | recipes/xcb/xcb-proto_git.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes/xcb/xcb-proto_git.bb b/recipes/xcb/xcb-proto_git.bb index 26b6ce7d01..447a8684fc 100644 --- a/recipes/xcb/xcb-proto_git.bb +++ b/recipes/xcb/xcb-proto_git.bb @@ -1,11 +1,12 @@ DEFAULT_PREFERENCE = "-1" include xcb-proto.inc -PV = "1.0+git" +SRCREV = "2d873a3dc8c0e1315be426da8054adb4188574b0" +PV = "1.6+git" PR = "r0" -SRC_URI = "git://anongit.freedesktop.org/git/xcb;protocol=git" -S = "${WORKDIR}/git/xcb-proto" +SRC_URI = "git://anongit.freedesktop.org/xcb/proto;protocol=git" +S = "${WORKDIR}/git" do_stage() { autotools_stage_all |