summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2024-01-04 23:36:55 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-01-09 22:59:26 +0000
commit81b97e4727592e4abbbab284b8d8161c1eda52b8 (patch)
treec3d01592a3be2c5c7c1c7d811c915edf1bf6edcf /meta/recipes-bsp
parentbafb4b4edb4fb7908fdda272b7b2c2cbdef4728b (diff)
downloadopenembedded-core-contrib-81b97e4727592e4abbbab284b8d8161c1eda52b8.tar.gz
libusb1: Do not match on -rc versions
Currently, the upstream check gives incorrect results: $ devtool latest-version libusb1 ... INFO: Current version: 1.0.26 INFO: Latest version: 1.0.27 There is no 1.0.27 release yet, only 1.0.27-rc1. Anuj Mittal has submitted the fix in v2: https://lists.openembedded.org/g/openembedded-core/message/192683 but the original version was applied instead. Fix it by passing "$" to make an exact match on the version. With this change applied, devtool reports the correct latest version: INFO: Current version: 1.0.26 INFO: Latest version: 1.0.26 Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
0 files changed, 0 insertions, 0 deletions