summaryrefslogtreecommitdiff
path: root/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-03-05 16:14:27 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2013-09-22 10:56:47 +0200
commitfff7889f8b3b37230ef48d47e4980f51b07bdc9a (patch)
tree154a9fe011b5caddb656d8564df91ac5a9affa54 /recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend
parent401076fe7aff70374c51ed5bd9ba5e243b16cd69 (diff)
xinput-calibrator: bbappend updated to use git instead of versioned tarball
Diffstat (limited to 'recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend')
-rw-r--r--recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend b/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend
new file mode 100644
index 0000000..e12abec
--- /dev/null
+++ b/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend
@@ -0,0 +1,10 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+PRINC := "${@int(PRINC) + 1}"
+
+inherit systemd
+
+SRC_URI += "file://xinput-calibrator.service"
+
+SYSTEMD_PACKAGES = "${PN}-systemd"
+SYSTEMD_SERVICE = "${PN}.service"