]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxcb: added GIT version
authorMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 14 Oct 2008 11:15:02 +0000 (11:15 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 14 Oct 2008 11:15:02 +0000 (11:15 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5494 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/xcb/libxcb_git.bb

index 046352543f60654acdb16074813fd79b3ec31a6a..b9ac073410745b30ad20b871638f77bcc1deec71 100644 (file)
@@ -1,10 +1,9 @@
 DEFAULT_PREFERENCE = "-1"
 
 include libxcb.inc
-PV = "1.1.90.1+git${SRCREV}"
-PR = "r2"
+PV = "1.1.90.1+gitr${SRCREV}"
 
-DEPENDS += "libpthread-stubs"
+DEPENDS += "libpthread-stubs xcb-proto-native"
 
 SRC_URI = "git://anongit.freedesktop.org/git/xcb/libxcb;protocol=git"
 S = "${WORKDIR}/git"