From 4a889c0c1c6a77541bbfef6f027b7574b21c3cc1 Mon Sep 17 00:00:00 2001 From: Wren Turkal <wt@penguintechs.org> Date: Sun, 9 Aug 2020 12:10:44 -0700 Subject: [PATCH] Remove customization of and update xz. I updated the recipe to use newest the raw xz upstream source and cleaned out my recipes and rebuilt. I have detected no problems. Not having to have customizations will make it easier to upgrade int the future as new versions are released. Signed-off-by: Wren Turkal <wt@penguintechs.org> --- recipes/xz/recipe.toml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/recipes/xz/recipe.toml b/recipes/xz/recipe.toml index 3c19525af..1ba461ba7 100644 --- a/recipes/xz/recipe.toml +++ b/recipes/xz/recipe.toml @@ -1,15 +1,5 @@ [source] -tar = "https://codeload.github.com/xz-mirror/xz/tar.gz/v5.2.3" -patches = [ - "01-no-poll.patch", - "02-o_noctty.patch", - "03-no-signals.patch" -] -script = """ -./autogen.sh -chmod +w build-aux/config.sub -wget -O build-aux/config.sub http://git.savannah.gnu.org/cgit/config.git/plain/config.sub -""" +tar = "https://codeload.github.com/xz-mirror/xz/tar.gz/v5.2.5" [build] template = "custom" -- GitLab