diff options
author | Justin Kim <justin.kim@collabora.com> | 2015-09-16 00:27:35 +0900 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-10-02 16:44:45 +0300 |
commit | 32200e117d35f15e4012c5142ec5b1533c5a3f30 (patch) | |
tree | c0f5abfd9cd38c690c968976c39c7ce59e0b7a74 | |
parent | 6d5091443a1bfce75af2f749ebde588855c54f31 (diff) |
flex: arrange patches into one directory
https://bugzilla.gnome.org/show_bug.cgi?id=755066
-rw-r--r-- | recipes/build-tools/flex.recipe | 6 | ||||
-rw-r--r-- | recipes/build-tools/flex/flex-Remove-no-undefined-from-LDFLAGS.patch (renamed from recipes/build-tools/flex-Remove-no-undefined-from-LDFLAGS.patch) | 0 | ||||
-rw-r--r-- | recipes/build-tools/flex/flex-configure.ac-Use-gettext-0.19.patch (renamed from recipes/build-tools/flex-configure.ac-Use-gettext-0.19.patch) | 0 | ||||
-rw-r--r-- | recipes/build-tools/flex/flex-prevent-to-build-doc.patch (renamed from recipes/build-tools/flex-prevent-to-build-doc.patch) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/recipes/build-tools/flex.recipe b/recipes/build-tools/flex.recipe index c5df8f86..05e9164d 100644 --- a/recipes/build-tools/flex.recipe +++ b/recipes/build-tools/flex.recipe @@ -7,8 +7,8 @@ class Recipe(recipe.Recipe): stype = SourceType.TARBALL url = 'http://downloads.sourceforge.net/project/{0}/{0}-{1}.tar.gz'.format(name, version) files_bins = ['flex', 'flex++', 'lex'] - patches = ['flex-Remove-no-undefined-from-LDFLAGS.patch', - 'flex-configure.ac-Use-gettext-0.19.patch', - 'flex-prevent-to-build-doc.patch'] + patches = ['flex/flex-Remove-no-undefined-from-LDFLAGS.patch', + 'flex/flex-configure.ac-Use-gettext-0.19.patch', + 'flex/flex-prevent-to-build-doc.patch'] autoreconf = True platform_deps = {Platform.WINDOWS: ['mingw-gettext']} diff --git a/recipes/build-tools/flex-Remove-no-undefined-from-LDFLAGS.patch b/recipes/build-tools/flex/flex-Remove-no-undefined-from-LDFLAGS.patch index 2e4c1763..2e4c1763 100644 --- a/recipes/build-tools/flex-Remove-no-undefined-from-LDFLAGS.patch +++ b/recipes/build-tools/flex/flex-Remove-no-undefined-from-LDFLAGS.patch diff --git a/recipes/build-tools/flex-configure.ac-Use-gettext-0.19.patch b/recipes/build-tools/flex/flex-configure.ac-Use-gettext-0.19.patch index a06c403d..a06c403d 100644 --- a/recipes/build-tools/flex-configure.ac-Use-gettext-0.19.patch +++ b/recipes/build-tools/flex/flex-configure.ac-Use-gettext-0.19.patch diff --git a/recipes/build-tools/flex-prevent-to-build-doc.patch b/recipes/build-tools/flex/flex-prevent-to-build-doc.patch index 75e74546..75e74546 100644 --- a/recipes/build-tools/flex-prevent-to-build-doc.patch +++ b/recipes/build-tools/flex/flex-prevent-to-build-doc.patch |