mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02:00
Convert packages CVSDATE -> SRCDATE and standardise some PV fields
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@268 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PV = "0.0cvs${FIXEDCVSDATE}"
|
||||
FIXEDCVSDATE = "${@bb.data.getVar('FILE', d, 1).split('_')[-1].split('.')[0]}"
|
||||
PV = "0.0+cvs${FIXEDSRCDATE}"
|
||||
FIXEDSRCDATE = "${@bb.data.getVar('FILE', d, 1).split('_')[-1].split('.')[0]}"
|
||||
DEFAULT_PREFERENCE = "1"
|
||||
|
||||
LICENSE = "MIT"
|
||||
@@ -33,12 +33,12 @@ FILES_xserver-kdrive-i810 = "${bindir}/Xi810"
|
||||
FILES_xserver-kdrive-epson = "${bindir}/Xepson"
|
||||
FILES_xserver-kdrive-xephyr = "${bindir}/Xephyr"
|
||||
|
||||
SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xserver;module=xserver;date=${FIXEDCVSDATE} \
|
||||
SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xserver;module=xserver;date=${FIXEDSRCDATE} \
|
||||
file://kmode.patch;patch=1 \
|
||||
file://disable-apm.patch;patch=1 \
|
||||
file://fbdev-not-fix.patch;patch=1 "
|
||||
|
||||
SRC_URI_h3600 = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xserver;module=xserver;date=${FIXEDCVSDATE} \
|
||||
SRC_URI_h3600 = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xserver;module=xserver;date=${FIXEDSRCDATE} \
|
||||
file://kmode.patch;patch=1 \
|
||||
file://faster-rotated.patch;patch=1 \
|
||||
file://fbdev-not-fix.patch;patch=1 "
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
PV = "0.0cvs${FIXEDCVSDATE}"
|
||||
FIXEDCVSDATE = "${@bb.data.getVar('FILE', d, 1).split('_')[-1].split('.')[0]}"
|
||||
PV = "0.0+cvs${FIXEDSRCDATE}"
|
||||
FIXEDSRCDATE = "${@bb.data.getVar('FILE', d, 1).split('_')[-1].split('.')[0]}"
|
||||
|
||||
LICENSE = "MIT"
|
||||
DEPENDS = "tslib xproto xdmcp xextensions xtrans xau x11 xext libxrandr fixesext damageext xfont resourceext compositeext xcalibrateext recordext"
|
||||
@@ -32,7 +32,7 @@ FILES_xserver-kdrive-i810 = "${bindir}/Xi810"
|
||||
FILES_xserver-kdrive-epson = "${bindir}/Xepson"
|
||||
FILES_xserver-kdrive-xephyr = "${bindir}/Xephyr"
|
||||
|
||||
SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xserver;module=xserver;date=${FIXEDCVSDATE} \
|
||||
SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xserver;module=xserver;date=${FIXEDSRCDATE} \
|
||||
file://kmode.patch;patch=1 \
|
||||
file://no-serial-probing.patch;patch=1 \
|
||||
file://fbdev-not-fix.patch;patch=1"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
PV = "0.0cvs${CVSDATE}"
|
||||
PV = "0.0+cvs${SRCDATE}"
|
||||
DEFAULT_PREFERENCE = "-2"
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
@@ -3,7 +3,7 @@ LICENSE = "Xorg"
|
||||
RPROVIDES = "virtual/xserver"
|
||||
PROVIDES = "virtual/xserver"
|
||||
PR = "r3"
|
||||
PV = "6.8.1+cvs${CVSDATE}"
|
||||
PV = "6.8.1+cvs${SRCDATE}"
|
||||
|
||||
DEPENDS = "fontconfig freetype libxi xmu flex-2.5.4-native"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user