aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xcb/xcb-demo_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-04-12 18:09:43 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-12 20:19:06 +0200
commitb78af1c24ce4df4e8a57f46e42640eb01eace1a7 (patch)
treef0b9d3ece2e0928ddea3720e0f9e373cb2f1a94d /recipes/xcb/xcb-demo_git.bb
parent16f464bd8cff6b6a27d9bfe691f7adc875d01ac2 (diff)
downloadopenembedded-b78af1c24ce4df4e8a57f46e42640eb01eace1a7.tar.gz
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-demo_git.bb')
-rw-r--r--recipes/xcb/xcb-demo_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/xcb/xcb-demo_git.bb b/recipes/xcb/xcb-demo_git.bb
index 469f5f9042..2f3d2bfef9 100644
--- a/recipes/xcb/xcb-demo_git.bb
+++ b/recipes/xcb/xcb-demo_git.bb
@@ -4,12 +4,13 @@ DESCRIPTION = "XCB: an X protocol C binding"
SECTION = "x11"
LICENSE = "MIT-X"
HOMEPAGE = "http://xcb.freedesktop.org"
+SRCREV = "7cf9a16bfa0653d83726754599b5b2f27fcb0b2c"
PV = "0.1+git"
PR = "r0"
DEPENDS = "libxcb xcb-util"
-SRC_URI = "git://anongit.freedesktop.org/git/xcb;protocol=git"
-S = "${WORKDIR}/git/xcb-demo"
+SRC_URI = "git://anongit.freedesktop.org/xcb/demo;protocol=git"
+S = "${WORKDIR}/git"
inherit autotools pkgconfig