From b206d0fa96f938827fe010418ee449145fd2e6b3 Mon Sep 17 00:00:00 2001 From: Martin Valgur Date: Sat, 4 Nov 2023 17:50:08 +0200 Subject: [PATCH] iceoryx: add 1.0.3, remove old versions This also fixes a missing include error in 1.0.0. --- recipes/iceoryx/all/conandata.yml | 21 ++++----------------- recipes/iceoryx/config.yml | 8 +------- 2 files changed, 5 insertions(+), 24 deletions(-) diff --git a/recipes/iceoryx/all/conandata.yml b/recipes/iceoryx/all/conandata.yml index 272483cedd039..15956d577d86b 100644 --- a/recipes/iceoryx/all/conandata.yml +++ b/recipes/iceoryx/all/conandata.yml @@ -5,24 +5,11 @@ sources: "2.0.2": url: "https://github.com/eclipse-iceoryx/iceoryx/archive/v2.0.2.tar.gz" sha256: "99871BCAA8DA4361D1BAAE9CF1507683058DE8572AC3080EDC41E590FFBA06C0" - "2.0.1": - url: "https://github.com/eclipse-iceoryx/iceoryx/archive/v2.0.1.tar.gz" - sha256: "A6750992EA668786F267E4EDA5588DE4D7585F30E59DCF8512620AF509D6690F" - "2.0.0": - url: "https://github.com/eclipse-iceoryx/iceoryx/archive/v2.0.0.tar.gz" - sha256: "C598DD0630F535D61EA9F8BDE5FE7DA3EF4C595419ECFBCD2384CA6FB4CA804F" - "1.0.1": - url: "https://github.com/eclipse-iceoryx/iceoryx/archive/v1.0.1.tar.gz" - sha256: "c47f2e1e6cb7660a2d1c2666fa3b640a2f57275d2e524d0c80160a51a781e0dc" - "1.0.0": - url: "https://github.com/eclipse-iceoryx/iceoryx/archive/refs/tags/v1.0.0.tar.gz" - sha256: "3D7BABCF92974F6D22E8A497E31198DE1D88DF8B20C942992DBBEC5DFB06C4BB" + "1.0.3": + url: "https://github.com/eclipse-iceoryx/iceoryx/archive/v1.0.3.tar.gz" + sha256: "566b7766fb1fabb48d1ca979f7a31082422d6aa5af014a56c1a6b605c60e33f0" patches: - "1.0.1": - - patch_file: "patches/1.0.0-0001-fix-find-toml.patch" - - patch_file: "patches/1.0.0-0002-fix-install-bundle.patch" - - patch_file: "patches/1.0.0-0003-no-hardcoded-libcxx.patch" - "1.0.0": + "1.0.3": - patch_file: "patches/1.0.0-0001-fix-find-toml.patch" - patch_file: "patches/1.0.0-0002-fix-install-bundle.patch" - patch_file: "patches/1.0.0-0003-no-hardcoded-libcxx.patch" diff --git a/recipes/iceoryx/config.yml b/recipes/iceoryx/config.yml index 107a02feb3a8f..741dce8e70313 100644 --- a/recipes/iceoryx/config.yml +++ b/recipes/iceoryx/config.yml @@ -3,11 +3,5 @@ versions: folder: all "2.0.2": folder: all - "2.0.1": - folder: all - "2.0.0": - folder: all - "1.0.1": - folder: all - "1.0.0": + "1.0.3": folder: all