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

meta/packages/xorg-lib/libxi_git.bb

index bc61eae6e9ea33e8915a51ad207ea8085d0c8ec0..efa3d93f9e18e4ece1baf883ed41d1079ef638f4 100644 (file)
@@ -2,12 +2,10 @@ require xorg-lib-common.inc
 
 DESCRIPTION = "X11 Input extension library"
 DEPENDS += "libxext inputproto"
-PR = "r0"
 PE = "1"
-PV = "1.1.99.1+git${SRCREV}"
-
-SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXi;protocol=git"
-S = "${WORKDIR}/git"
+PV = "1.9.99.5+gitr${SRCREV}"
 
 XORG_PN = "libXi"
 
+SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/${XORG_PN};protocol=git"
+S = "${WORKDIR}/git"