]> code.ossystems Code Review - openembedded-core.git/commit
xinput-calibrator: move it from meta-oe to oe-core
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Fri, 14 Jun 2013 11:38:19 +0000 (14:38 +0300)
committerSaul Wold <sgw@linux.intel.com>
Fri, 26 Jul 2013 06:44:27 +0000 (23:44 -0700)
commit4ecafd89dbf41cbd53e6db32678fe625c06caaab
treee33625fa1955fd485dcd6542000af107976a5907
parentfd2c0af422d67da870a5a11720d06a871e660215
xinput-calibrator: move it from meta-oe to oe-core

People using xserver-xorg that need to calibrate their touchscreen
devices would also need meta-oe. Bringing the recipes to oe-core will
make it easier for them.

Aditionaly:
 * drop xterm RDEPENDS. Terminal is not needed to run the menu item;
 * change xinput_calibrator_pointercal.sh so that it can be run as
   normal user: pointercal.xinput is saved to ~/.pointercal/ and it will
   be used when the system boots;
 * have the calibration run through an Xsession file;
 * remove the systemd service since calibration is run by Xsession;
 * do not install pointercal.xinput if it's the default one;

[YOCTO #4416]

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-graphics/xinput-calibrator/pointercal-xinput/pointercal.xinput [new file with mode: 0644]
meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb [new file with mode: 0644]
meta/recipes-graphics/xinput-calibrator/xinput-calibrator/30xinput_calibrate.sh [new file with mode: 0644]
meta/recipes-graphics/xinput-calibrator/xinput-calibrator/Allow-xinput_calibrator_pointercal.sh-to-be-run-as-n.patch [new file with mode: 0644]
meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb [new file with mode: 0644]