mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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:
@@ -1,5 +1,5 @@
|
|||||||
require libx11.inc
|
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"
|
SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libX11;protocol=git"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
DEFAULT_PREFERENCE = "-1"
|
DEFAULT_PREFERENCE = "-1"
|
||||||
|
|
||||||
require libx11.inc
|
require libx11.inc
|
||||||
PV = "1.1.99.1+git${SRCREV}"
|
|
||||||
|
|
||||||
DEPENDS = "xproto xextproto xcmiscproto xf86bigfontproto kbproto inputproto \
|
DEPENDS = "xproto xextproto xcmiscproto xf86bigfontproto kbproto inputproto \
|
||||||
bigreqsproto xtrans libxau libxcb libxdmcp util-macros"
|
bigreqsproto xtrans libxau libxcb libxdmcp util-macros"
|
||||||
|
|||||||
Reference in New Issue
Block a user