mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
libevdev: fix upstream check
Ignore the ones ending in .90x as they are -rc releases. (From OE-Core rev: db02bd43d84d7ece3ed214a25e114e04c966e6c5) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8bc346da03
commit
9cd9c0d5bb
@@ -12,3 +12,5 @@ SRC_URI[md5sum] = "879631080be18526737e33b63d848039"
|
||||
SRC_URI[sha256sum] = "20d3cae4efd277f485abdf8f2a7c46588e539998b5a08c2c4d368218379d4211"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
UPSTREAM_CHECK_REGEX = "libevdev-(?P<pver>(\d+\.)+(?!90\d+)\d+)"
|
||||
|
||||
Reference in New Issue
Block a user