mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 13:18:36 -09:00
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>
This commit is contained in:
committed by
Marcus Hoffmann
parent
28e52cde51
commit
8e2d15cb76
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user