summaryrefslogtreecommitdiff
path: root/recipes/libxml2.recipe
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2013-10-28 18:10:59 +0100
committerSebastian Dröge <sebastian@centricular.com>2013-10-31 12:47:39 +0100
commite4e07eae584051b8f2bddbd5dfeb60362ced22eb (patch)
tree32c05614c52d5e71dc1149bf760b47745e661548 /recipes/libxml2.recipe
parenta84d0944bca34c8883426efb98b9772092709377 (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/libxml2.recipe')
-rw-r--r--recipes/libxml2.recipe6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/libxml2.recipe b/recipes/libxml2.recipe
index 75a10bbd..31085acd 100644
--- a/recipes/libxml2.recipe
+++ b/recipes/libxml2.recipe
@@ -9,9 +9,9 @@ class Recipe(recipe.Recipe):
licenses = [License.MIT]
deps = [ 'zlib' ]
autoreconf = True
- patches = ['libxml2/0003-Enable-windows-cross-compilation.patch',
- 'libxml2/0006-Disable-tests.patch',
- 'libxml2/0010-pythondir-prefix.patch']
+ patches = ['libxml2/0001-Enable-windows-cross-compilation.patch',
+ 'libxml2/0002-makefiles-disable-tests.patch',
+ 'libxml2/0003-configure-fix-python-dir-prefix.patch']
files_libs = ['libxml2']
files_devel = ['include/libxml2', 'lib/xml2Conf.sh', 'bin/xml2-config',