libx11: fixed PV in git versions

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5510 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-10-14 15:45:20 +00:00
parent 4afe85d774
commit f79e8258e4
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
require libx11.inc
PV = "1.1.99.1+git${SRCREV}"
PV = "1.1.99.1+gitr${SRCREV}"
SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libX11;protocol=git"
S = "${WORKDIR}/git"

View File

@ -1,7 +1,6 @@
DEFAULT_PREFERENCE = "-1"
require libx11.inc
PV = "1.1.99.1+git${SRCREV}"
DEPENDS = "xproto xextproto xcmiscproto xf86bigfontproto kbproto inputproto \
bigreqsproto xtrans libxau libxcb libxdmcp util-macros"