Skip to content

Commit

Permalink
iceoryx: add 1.0.3, remove old versions
Browse files Browse the repository at this point in the history
This also fixes a missing include error in 1.0.0.
  • Loading branch information
valgur committed Nov 4, 2023
1 parent 5061766 commit b206d0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 24 deletions.
21 changes: 4 additions & 17 deletions recipes/iceoryx/all/conandata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Check warning on line 13 in recipes/iceoryx/all/conandata.yml

View workflow job for this annotation

GitHub Actions / Lint changed files (YAML files)

conandata.yml schema warning

Schema outlined in https://github.com/conan-io/conan-center-index/blob/master/docs/adding_packages/conandata_yml_format.md#patches-fields is not followed. required key(s) 'patch_description', 'patch_type' not found in - patch_file: patches/1.0.0-00 ... ^ (line: 13)
- patch_file: "patches/1.0.0-0002-fix-install-bundle.patch"

Check warning on line 14 in recipes/iceoryx/all/conandata.yml

View workflow job for this annotation

GitHub Actions / Lint changed files (YAML files)

conandata.yml schema warning

Schema outlined in https://github.com/conan-io/conan-center-index/blob/master/docs/adding_packages/conandata_yml_format.md#patches-fields is not followed. required key(s) 'patch_description', 'patch_type' not found in - patch_file: patches/1.0.0-00 ... ^ (line: 14)
- patch_file: "patches/1.0.0-0003-no-hardcoded-libcxx.patch"

Check warning on line 15 in recipes/iceoryx/all/conandata.yml

View workflow job for this annotation

GitHub Actions / Lint changed files (YAML files)

conandata.yml schema warning

Schema outlined in https://github.com/conan-io/conan-center-index/blob/master/docs/adding_packages/conandata_yml_format.md#patches-fields is not followed. required key(s) 'patch_description', 'patch_type' not found in - patch_file: patches/1.0.0-00 ... ^ (line: 15)
8 changes: 1 addition & 7 deletions recipes/iceoryx/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b206d0f

Please sign in to comment.