summaryrefslogtreecommitdiffstats
path: root/meta/packages/xcb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-10-14 11:15:02 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-10-14 11:15:02 +0000
commit8159255a73ad5ae3113c9da0dc95036f7622db21 (patch)
tree8f61f7906dc883e79eec6cb87ae45b9647bd8ebd /meta/packages/xcb
parentc8acd246ef097f49b2b9e89cfb5e8e6d164ecb94 (diff)
downloadpoky-8159255a73ad5ae3113c9da0dc95036f7622db21.tar.gz
libxcb: added GIT version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5494 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xcb')
-rw-r--r--meta/packages/xcb/libxcb_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/packages/xcb/libxcb_git.bb b/meta/packages/xcb/libxcb_git.bb
index 046352543f..b9ac073410 100644
--- a/meta/packages/xcb/libxcb_git.bb
+++ b/meta/packages/xcb/libxcb_git.bb
@@ -1,10 +1,9 @@
1DEFAULT_PREFERENCE = "-1" 1DEFAULT_PREFERENCE = "-1"
2 2
3include libxcb.inc 3include libxcb.inc
4PV = "1.1.90.1+git${SRCREV}" 4PV = "1.1.90.1+gitr${SRCREV}"
5PR = "r2"
6 5
7DEPENDS += "libpthread-stubs" 6DEPENDS += "libpthread-stubs xcb-proto-native"
8 7
9SRC_URI = "git://anongit.freedesktop.org/git/xcb/libxcb;protocol=git" 8SRC_URI = "git://anongit.freedesktop.org/git/xcb/libxcb;protocol=git"
10S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"