Re: [OE-core] [PATCH 5/8] tslib: replace pointercal with pointercal-xinput

2016-08-08 Thread Khem Raj
> On Aug 8, 2016, at 1:13 PM, Burton, Ross wrote: > > > On 3 August 2016 at 08:49, Maxin B. John > wrote: > Haven't tested this because of the specific hardware requirement > (touchscreen). Since we > remove the pointercal recipe, I thought it is appropriate to re

Re: [OE-core] [PATCH 5/8] tslib: replace pointercal with pointercal-xinput

2016-08-08 Thread Burton, Ross
On 3 August 2016 at 08:49, Maxin B. John wrote: > Haven't tested this because of the specific hardware requirement > (touchscreen). Since we > remove the pointercal recipe, I thought it is appropriate to replace it. > Just had a look and we've finally shed the last pieces of software from oe-cor

Re: [OE-core] [PATCH 5/8] tslib: replace pointercal with pointercal-xinput

2016-08-03 Thread Maxin B. John
Hi Ross, On Tue, Aug 02, 2016 at 08:32:35PM +0100, Burton, Ross wrote: >>On 12 July 2016 at 15:07, Maxin B. John wrote: >> >> -RRECOMMENDS_${PN} = "pointercal" >>+RRECOMMENDS_${PN} = "pointercal-xinput" > >Does this actually work though? Haven't tested this because of the spec

Re: [OE-core] [PATCH 5/8] tslib: replace pointercal with pointercal-xinput

2016-08-02 Thread Burton, Ross
On 12 July 2016 at 15:07, Maxin B. John wrote: > -RRECOMMENDS_${PN} = "pointercal" > +RRECOMMENDS_${PN} = "pointercal-xinput" > Does this actually work though? Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http:/

[OE-core] [PATCH 5/8] tslib: replace pointercal with pointercal-xinput

2016-07-12 Thread Maxin B. John
tslib RRECOMMENDS pointercal. Replace it with pointercal-xinput since we removed pointercal recipe. Signed-off-by: Maxin B. John --- meta/recipes-graphics/tslib/tslib_1.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/tslib/tslib_1.1.bb b/meta/recip