[OE-core] [PATCH] xinput-calibrator: add missing dependency for xinput_calibrator_once.sh

Khem Raj raj.khem at gmail.com
Wed Jun 15 20:59:05 UTC 2016


On Mon, Jun 13, 2016 at 7:46 AM, Urs Fässler <urs.fassler at bbv.ch> wrote:
> xinput_calibrator_once.sh uses xrandr to read the resolution but is not in the dependency list.

this is ok.

> Busybox is unable to parse the corresponding line, hence depending on bash.
>

Can you dig more and see if this can be un-bashed ?

> Signed-off-by: Urs Fässler <urs.fassler at bbv.ch>
> ---
>  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"
> --
> 2.8.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



More information about the Openembedded-core mailing list