diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-10-27 18:47:09 +0100 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-10-27 18:47:09 +0100 |
commit | f07cd5560eabb7307f974cd3d0a5ced57ed5a3db (patch) | |
tree | d975a55cee22832926572278497bd221ef18c421 /recipes/xfce-base/exo/exo-no-tests.patch | |
parent | 6f36bd6e28bce49b72e5a3cff77e0c74b8f65e41 (diff) | |
parent | 5642836ea59a6bff972b1c921d4df89e63eb5db3 (diff) |
Merge branch 'org.openembedded.dev' of ssh://git@git.openembedded.net/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/xfce-base/exo/exo-no-tests.patch')
-rw-r--r-- | recipes/xfce-base/exo/exo-no-tests.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/xfce-base/exo/exo-no-tests.patch b/recipes/xfce-base/exo/exo-no-tests.patch new file mode 100644 index 0000000000..1cb51ab600 --- /dev/null +++ b/recipes/xfce-base/exo/exo-no-tests.patch @@ -0,0 +1,14 @@ +The tests/ subdir consists of stuff trying to run a generated file ('exo-csource'), which doesn't work on host systems + +--- /tmp/Makefile.am 2008-10-30 09:23:41.000000000 +0100 ++++ exo-0.3.4/Makefile.am 2008-10-30 09:24:03.011124000 +0100 +@@ -23,8 +23,7 @@ + pixmaps \ + po \ + po-doc \ +- $(PYTHON_SUBDIR) \ +- tests ++ $(PYTHON_SUBDIR) + + AUTOMAKE_OPTIONS = \ + 1.8 \ |