diff options
Diffstat (limited to 'recipes/xcb/xcb-demo_git.bb')
-rw-r--r-- | recipes/xcb/xcb-demo_git.bb | 5 |
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 |