diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-13 14:40:23 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-15 16:22:04 +0200 |
| commit | f2b3287cc162169028ad59e9fc5ebde8e03cbb04 (patch) | |
| tree | f149602f36a6a9c1bbd7cf3f7bd2c584e202003a /meta-systemd/meta-oe/recipes-graphics/xinput-calibrator | |
| parent | ca1f7c0399905206be0bc5f36fc0c881b915e4f0 (diff) | |
| download | meta-openembedded-f2b3287cc162169028ad59e9fc5ebde8e03cbb04.tar.gz | |
xinput-calibrator: move systemd support from meta-systemd back to meta-oe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-systemd/meta-oe/recipes-graphics/xinput-calibrator')
2 files changed, 0 insertions, 29 deletions
diff --git a/meta-systemd/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator/xinput-calibrator.service b/meta-systemd/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator/xinput-calibrator.service deleted file mode 100644 index 23018768d9..0000000000 --- a/meta-systemd/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator/xinput-calibrator.service +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | [Unit] | ||
| 2 | Description=Loads xinput calibration data | ||
| 3 | ConditionPathExists=/etc/pointercal.xinput | ||
| 4 | Requires=display-manager.service | ||
| 5 | After=display-manager.service | ||
| 6 | |||
| 7 | [Service] | ||
| 8 | ExecStart=/usr/bin/xinput_calibrator_once.sh | ||
| 9 | |||
| 10 | [Install] | ||
| 11 | WantedBy=multi-user.target | ||
diff --git a/meta-systemd/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend b/meta-systemd/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend deleted file mode 100644 index 5c143467d5..0000000000 --- a/meta-systemd/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | PRINC := "${@int(PRINC) + 3}" | ||
| 4 | |||
| 5 | inherit systemd | ||
| 6 | |||
| 7 | SRC_URI += "file://xinput-calibrator.service" | ||
| 8 | |||
| 9 | RPROVIDES_${PN} += "${PN}-systemd" | ||
| 10 | RREPLACES_${PN} += "${PN}-systemd" | ||
| 11 | RCONFLICTS_${PN} += "${PN}-systemd" | ||
| 12 | SYSTEMD_SERVICE_${PN} = "${PN}.service" | ||
| 13 | |||
| 14 | do_install_append() { | ||
| 15 | install -d ${D}${systemd_unitdir}/system | ||
| 16 | install -m 0644 ${WORKDIR}/xinput-calibrator.service ${D}${systemd_unitdir}/system | ||
| 17 | } | ||
| 18 | |||
