summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2016-08-09 17:36:18 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-17 10:35:41 +0100
commita6b26f8a6c3f10514b40f469625c6cfc9affffc4 (patch)
tree76876279ace8a1b87dbf000d926c533b7519d07e /meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb
parent99d109cdbc1dd3053bbb9f177bb14251745d49f0 (diff)
downloadpoky-a6b26f8a6c3f10514b40f469625c6cfc9affffc4.tar.gz
xinput-calibrator: remove bash dependency
Refresh add-geometry-input-when-calibrating.patch to remove bashism from it. (From OE-Core rev: c0b8e1ff40af05b29780164c860c68da35e7fc32) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb')
-rw-r--r--meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb b/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb
index 98ce7eec6a..57c3a7a9a6 100644
--- a/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb
+++ b/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb
@@ -34,5 +34,5 @@ do_install_append() {
34} 34}
35 35
36FILES_${PN} += "${sysconfdir}/xdg/autostart" 36FILES_${PN} += "${sysconfdir}/xdg/autostart"
37RDEPENDS_${PN} = "xinput formfactor xrandr bash" 37RDEPENDS_${PN} = "xinput formfactor xrandr"
38RRECOMMENDS_${PN} = "pointercal-xinput" 38RRECOMMENDS_${PN} = "pointercal-xinput"