]> code.ossystems Code Review - openembedded-core.git/commitdiff
xserver-kdrive-common, xtscal: move the X session script from former to latter
authorRoss Burton <ross@openedhand.com>
Tue, 24 Jun 2008 11:01:06 +0000 (11:01 +0000)
committerRoss Burton <ross@openedhand.com>
Tue, 24 Jun 2008 11:01:06 +0000 (11:01 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4725 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb
meta/packages/xtscal/xtscal/30xTs_Calibrate [moved from meta/packages/xserver-kdrive-common/xserver-kdrive-common/etc/X11/Xsession.d/30xTs_Calibrate with 100% similarity]
meta/packages/xtscal/xtscal_0.6.3.bb

index fa579a4a7b5786ebcc874818a151167314f7ccdf..813123fc2f2e56a18e8a8af1958ce1ca20aa733e 100644 (file)
@@ -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}
index c2ecb5952aca1f4e03b1f3b781d1611ca762ce80..f518d68f3490bcaae0162fff869d98d49125f41d 100644 (file)
@@ -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/
+}