package/liburing: properly handle VERSION vs. SITE

VERSION should ideally contain only the version, i.e 2.12 and not some
additional prefix like liburing- as it prevents our logic matching
against release-monitoring.org data to work properly.

Fixes: d2ed456532 ("package/liburing: bump to version 2.12")
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
(cherry picked from commit 8e2d15cb76)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
Thomas Petazzoni
2026-05-30 22:10:53 +02:00
committed by Thomas Perale
parent e3ccc1eaed
commit 8b6eeca158
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# Locally calculated
sha256 f1d10cb058c97c953b4c0c446b11e9177e8c8b32a5a88b309f23fdd389e26370 liburing-2.12.tar.gz
sha256 f1d10cb058c97c953b4c0c446b11e9177e8c8b32a5a88b309f23fdd389e26370 2.12.tar.gz
# Hash for license files
sha256 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c COPYING

View File

@@ -4,9 +4,9 @@
#
################################################################################
LIBURING_VERSION = liburing-2.12
LIBURING_VERSION = 2.12
LIBURING_SOURCE = $(LIBURING_VERSION).tar.gz
LIBURING_SITE = $(call github,axboe,liburing,$(LIBURING_VERSION))
LIBURING_SITE = $(call github,axboe,liburing,liburing-$(LIBURING_VERSION))
LIBURING_LICENSE = (GPL-2.0 with exceptions and LGPL-2.1+) or MIT
LIBURING_LICENSE_FILES = COPYING COPYING.GPL LICENSE README
LIBURING_INSTALL_STAGING = YES