diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-10-14 11:14:38 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-10-14 11:14:38 +0000 |
commit | 780b1589c5d8b9dce8d3860461119010fdce8c61 (patch) | |
tree | 8afed80a75c283f1858358b8086d4d4e791eae56 /meta/packages | |
parent | 6e046c741ac92152f538fda809cc4f786b5412cf (diff) | |
download | openembedded-core-780b1589c5d8b9dce8d3860461119010fdce8c61.tar.gz openembedded-core-780b1589c5d8b9dce8d3860461119010fdce8c61.tar.bz2 openembedded-core-780b1589c5d8b9dce8d3860461119010fdce8c61.zip |
libxi: added GIT version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5492 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/xorg-lib/libxi_git.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/packages/xorg-lib/libxi_git.bb b/meta/packages/xorg-lib/libxi_git.bb index bc61eae6e9..efa3d93f9e 100644 --- a/meta/packages/xorg-lib/libxi_git.bb +++ b/meta/packages/xorg-lib/libxi_git.bb @@ -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" |