mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
xserver-kdrive-common, xtscal: move the X session script from former to latter
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4725 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts"
|
||||
LICENSE = "GPL"
|
||||
SECTION = "x11"
|
||||
RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal xinit formfactor"
|
||||
PR = "r28"
|
||||
PR = "r29"
|
||||
|
||||
SRC_URI = "file://etc"
|
||||
S = ${WORKDIR}
|
||||
|
||||
@@ -4,10 +4,16 @@ SECTION = "x11/base"
|
||||
|
||||
DEPENDS = "virtual/libx11 libxft libxcalibrate"
|
||||
|
||||
PR = "r8"
|
||||
PR = "r9"
|
||||
|
||||
SRC_URI = "${GPE_MIRROR}/xtscal-${PV}.tar.bz2 \
|
||||
file://change-cross.patch;patch=1 \
|
||||
file://cleanup.patch;patch=1"
|
||||
file://cleanup.patch;patch=1 \
|
||||
file://30xTs_Calibrate"
|
||||
|
||||
inherit autotools
|
||||
|
||||
do_install_append() {
|
||||
install -d ${D}${sysconfdir}/X11/Xsession.d/
|
||||
install -m 0755 ${WORKDIR}/30xTs_Calibrate ${D}${sysconfdir}/X11/Xsession.d/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user