Skip to content

Commit

Permalink
(conan-io#25727) liburing: add version 2.8
Browse files Browse the repository at this point in the history
* liburing: add version 2.8

* Add LGPL-2.1 to license

Co-authored-by: Uilian Ries <[email protected]>

---------

Co-authored-by: Uilian Ries <[email protected]>
  • Loading branch information
2 people authored and OMGtechy committed Dec 31, 2024
1 parent 9ac81f9 commit 4618c50
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions recipes/liburing/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sources:
"2.8":
url: "https://github.com/axboe/liburing/archive/liburing-2.8.tar.gz"
sha256: "3ed7891d1b2bbe743ef3fb6d0a4970e630aa02d7c7bd3b0212791fb7be815984"
"2.7":
url: "https://github.com/axboe/liburing/archive/liburing-2.7.tar.gz"
sha256: "56202ad443c50e684dde3692819be3b91bbe003e1c14bf5abfa11973669978c1"
Expand Down Expand Up @@ -27,6 +30,10 @@ sources:
url: "https://github.com/axboe/liburing/archive/liburing-0.7.tar.gz"
sha256: "8e2842cfe947f3a443af301bdd6d034455536c38a455c7a700d0c1ad165a7543"
patches:
"2.8":
- patch_file: "patches/liburing-2.4-disable_samples_and_tests.patch"
patch_description: "Disable tests and samples as it might not work while cross-compiling"
patch_type: "conan"
"2.7":
- patch_file: "patches/liburing-2.4-disable_samples_and_tests.patch"
patch_description: "Disable tests and samples as it might not work while cross-compiling"
Expand Down
2 changes: 1 addition & 1 deletion recipes/liburing/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Liburing(ConanFile):
name = "liburing"
description = ("helpers to setup and teardown io_uring instances, and also a simplified interface for "
"applications that don't need (or want) to deal with the full kernel side implementation.")
license = "GPL-2.0-or-later"
license = ("GPL-2.0-or-later", "MIT", "LGPL-2.1-or-later")
url = "https://github.com/conan-io/conan-center-index"
homepage = "https://github.com/axboe/liburing"
topics = ("asynchronous-io", "async", "kernel")
Expand Down
2 changes: 2 additions & 0 deletions recipes/liburing/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
versions:
"2.8":
folder: all
"2.7":
folder: all
"2.6":
Expand Down

0 comments on commit 4618c50

Please sign in to comment.