Re: [OE-core] [PATCH v2 2/2] libinput: fix upstream version check

2018-02-12 Thread Maxin B. John
Hi, On Mon, Feb 12, 2018 at 07:05:27PM +0200, Alexander Kanavin wrote: > On 02/12/2018 07:03 PM, Maxin B. John wrote: > >Skip RC releases for libinput which follow the pattern: x.x.9xx > >+UPSTREAM_CHECK_REGEX = "libinput-(?P\d+\.\d+\.(?!9\d+)\d+)\.tar\.xz" > > Same here: dom't hardcode the

Re: [OE-core] [PATCH v2 2/2] libinput: fix upstream version check

2018-02-12 Thread Alexander Kanavin
On 02/12/2018 07:03 PM, Maxin B. John wrote: Skip RC releases for libinput which follow the pattern: x.x.9xx +UPSTREAM_CHECK_REGEX = "libinput-(?P\d+\.\d+\.(?!9\d+)\d+)\.tar\.xz" Same here: dom't hardcode the compression format. Otherwise, seems fine. Alex --