diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2013-10-28 18:10:59 +0100 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2013-10-28 20:56:29 +0100 |
commit | 90e9bd5548bdd501e1fccd019a5363c20c9bd6f1 (patch) | |
tree | 0f184f7b760f687dfe4b7580bc437bddf40ac54c /recipes/zlib.recipe | |
parent | 9b4803eb6479b3f8781f33401e2fb51ef71160af (diff) |
recipes: Use a git repository for tarball recipes
Create a git repository with the initial contents of the tarball
and apply patches from recipes in git format.
This make development easier knowing what changed with respect of
the original tarball, creating new patches and maintaining the
patchset.
Diffstat (limited to 'recipes/zlib.recipe')
-rw-r--r-- | recipes/zlib.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/zlib.recipe b/recipes/zlib.recipe index a64289fe..6ced507c 100644 --- a/recipes/zlib.recipe +++ b/recipes/zlib.recipe @@ -11,7 +11,7 @@ class Recipe(recipe.Recipe): force_configure = True add_host_build_target = False can_use_configure_cache = False - patches = ['zlib/01-win32-makefile.patch'] + patches = ['zlib/0001-win32-fix-dll-name.patch'] files_libs = ['libz'] files_devel = ['include/zlib.h', 'include/zconf.h', 'lib/pkgconfig/zlib.pc'] |