From c62d214afdbd7a8c82b65ff98b20aedae6e69106 Mon Sep 17 00:00:00 2001 From: Thorsten Beier Date: Thu, 1 Aug 2024 09:51:33 +0200 Subject: [PATCH 1/2] ignore patches --- recipes/recipes_emscripten/bzip2/recipe.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/recipes_emscripten/bzip2/recipe.yaml b/recipes/recipes_emscripten/bzip2/recipe.yaml index b0d466a60..36e7fa427 100644 --- a/recipes/recipes_emscripten/bzip2/recipe.yaml +++ b/recipes/recipes_emscripten/bzip2/recipe.yaml @@ -8,9 +8,9 @@ package: source: - url: https://sourceware.org/pub/bzip2/bzip2-${{ version }}.tar.gz sha256: ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269 - patches: - - patches/0001-cross.patch - - path: CMakeLists.txt + # patches: + # - patches/0001-cross.patch + # - path: CMakeLists.txt build: number: 7 From 4935fbeb5afb8d4d5c418cdb968059d0bdc83330 Mon Sep 17 00:00:00 2001 From: Thorsten Beier Date: Thu, 1 Aug 2024 09:52:20 +0200 Subject: [PATCH 2/2] Update recipe.yaml --- recipes/recipes_emscripten/bzip2/recipe.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/recipes_emscripten/bzip2/recipe.yaml b/recipes/recipes_emscripten/bzip2/recipe.yaml index 36e7fa427..70134dcf3 100644 --- a/recipes/recipes_emscripten/bzip2/recipe.yaml +++ b/recipes/recipes_emscripten/bzip2/recipe.yaml @@ -13,7 +13,7 @@ source: # - path: CMakeLists.txt build: - number: 7 + number: 8 # run_exports: # - '{{ pin_subpackage("bzip2") }}'