summaryrefslogtreecommitdiffstats
path: root/bsp/meta-boundary/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
commit1c7d6584a7811b7785ae5c1e378f14b5ba0971cf (patch)
treecd70a267a5ef105ba32f200aa088e281fbd85747 /bsp/meta-boundary/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend
parent4204309872da5cb401cbb2729d9e2d4869a87f42 (diff)
recipes
Diffstat (limited to 'bsp/meta-boundary/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend')
-rw-r--r--bsp/meta-boundary/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend8
1 files changed, 0 insertions, 8 deletions
diff --git a/bsp/meta-boundary/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend b/bsp/meta-boundary/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend
deleted file mode 100644
index 46fbab94..00000000
--- a/bsp/meta-boundary/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend
+++ /dev/null
@@ -1,8 +0,0 @@
-# Remove xinput_calibrator autostart. Our displays are already calibrated.
-# Leaves binary in place in case they want to run it anyway manually
-
-do_install_append(){
- rm -rf ${D}${sysconfdir}/
-}
-
-FILES_${PN}_remove += "${sysconfdir}/xdg/autostart"