[oe-commits] [openembedded-core] 03/14: xinput-calibrator: add missing dependency for xinput_calibrator_once.sh

git at git.openembedded.org git at git.openembedded.org
Mon Jun 13 21:10:27 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit e4430e14f03776ecbc1dbbf117d04bd7355d6c56
Author: Urs Fässler <urs.fassler at bbv.ch>
AuthorDate: Mon Jun 13 16:46:21 2016 +0200

    xinput-calibrator: add missing dependency for xinput_calibrator_once.sh
    
    xinput_calibrator_once.sh uses xrandr to read the resolution but is not in the dependency list.
    Busybox is unable to parse the corresponding line, hence depending on bash.
    
    Signed-off-by: Urs Fässler <urs.fassler at bbv.ch>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb b/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb
index ac5b70c..98ce7ee 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() {
 }
 
 FILES_${PN} += "${sysconfdir}/xdg/autostart"
-RDEPENDS_${PN} = "xinput formfactor"
+RDEPENDS_${PN} = "xinput formfactor xrandr bash"
 RRECOMMENDS_${PN} = "pointercal-xinput"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list