On Fri, 2020-08-28 at 17:29 -0400, Mark Asselstine wrote: > The xinput_calibrator_once.sh script produces output on stdout and > stderr which the current 'Exec' doesn't consume. This results in a > [xinput_calibrator_once.sh] defunct process which will remain around > until we exit the X11 session. > > Add a redirect to the Exec which will consume this output and avoid > the defunct process. > > Signed-off-by: Mark Asselstine <[email protected]> > --- > > V2: * no changes > > .../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 4f831932e7..c59f97895c 100644 > --- a/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb > +++ b/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb > @@ -31,7 +31,7 @@ do_install_append() { > install -m 0755 ${WORKDIR}/30xinput_calibrate.sh > ${D}${sysconfdir}/X11/Xsession.d/ > > install -d ${D}${sysconfdir}/xdg/autostart > - sed -e 's,^Exec=.*,Exec=${bindir}/xinput_calibrator_once.sh,' > ${S}/scripts/xinput_calibrator.desktop > > ${D}${sysconfdir}/xdg/autostart/xinput_calibrator.desktop > + sed -e 's,^Exec=.*,Exec=${bindir}/sh -c > "${bindir}/xinput_calibrator_once.sh 2>\&1 > /dev/null",' > ${S}/scripts/xinput_calibrator.desktop > > ${D}${sysconfdir}/xdg/autostart/xinput_calibrator.desktop > } > > FILES_${PN} += "${sysconfdir}/xdg/autostart"
That appears to fail in testing: https://autobuilder.yoctoproject.org/typhoon/#/builders/110/builds/1281/steps/8/logs/step1c Presumably it should be base_bindir? Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#142068): https://lists.openembedded.org/g/openembedded-core/message/142068 Mute This Topic: https://lists.openembedded.org/mt/76483813/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
