diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2022-12-20 17:25:36 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2022-12-20 17:25:36 +0200 |
commit | f1d9201169194090cf80abbbe1e4d4c68bfc073e (patch) | |
tree | 09af164edbe00d802d93cf150fe182359d1f7801 /recipes | |
parent | eb2829e230d5054ffdf577f5236fe5b3ad3a3fe5 (diff) |
cargo-c: Update to 0.9.15
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1058>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/build-tools/cargo-c.recipe | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes/build-tools/cargo-c.recipe b/recipes/build-tools/cargo-c.recipe index f668804a..89736fc8 100644 --- a/recipes/build-tools/cargo-c.recipe +++ b/recipes/build-tools/cargo-c.recipe @@ -2,11 +2,11 @@ class Recipe(recipe.Recipe): name = 'cargo-c' - version = '0.9.14' + version = '0.9.15' stype = SourceType.TARBALL btype = BuildType.CARGO - url = 'https://github.com/lu-zero/cargo-c/archive/refs/tags/v0.9.14.tar.gz' - tarball_checksum = 'd79c12eae1460803a1ce8b440ae213dc4df63a6f2bf39ebd49eea1d7a008bec6' + url = 'https://github.com/lu-zero/cargo-c/archive/refs/tags/v0.9.15.tar.gz' + tarball_checksum = '2205170f30fe49da05f42b1c151b04042547d60a4429815935a2b6e1069a27bb' tarball_dirname = '%(name)s-%(version)s' # Need system openssl on Linux use_system_libs = True @@ -14,8 +14,6 @@ class Recipe(recipe.Recipe): patches = [ # https://github.com/lu-zero/cargo-c/pull/277 name + '/0001-Fix-linking-with-Android-NDK-linker.patch', - # https://github.com/lu-zero/cargo-c/pull/291 - name + '/0002-generate-paths-relative-to.patch', ] deps = ['zlib', 'pkg-config'] |