diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-aioeventlet/Makefile-skip-building-docs.patch')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-aioeventlet/Makefile-skip-building-docs.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-aioeventlet/Makefile-skip-building-docs.patch b/meta-openstack/recipes-devtools/python/python-aioeventlet/Makefile-skip-building-docs.patch new file mode 100644 index 0000000..a1c85a3 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-aioeventlet/Makefile-skip-building-docs.patch | |||
@@ -0,0 +1,33 @@ | |||
1 | From e53f9da41a45f24329e42cef4796b68c70bfefcb Mon Sep 17 00:00:00 2001 | ||
2 | From: Mark Asselstine <mark.asselstine@windriver.com> | ||
3 | Date: Fri, 13 Nov 2015 10:48:59 -0500 | ||
4 | Subject: [PATCH] Makefile: skip building docs | ||
5 | |||
6 | We don't have cross build sphinx-build support in Poky so skip | ||
7 | building the docs. The user can build the docs on the target, where we | ||
8 | do have sphinx-build support available. | ||
9 | |||
10 | Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> | ||
11 | --- | ||
12 | Makefile | 5 ----- | ||
13 | 1 file changed, 5 deletions(-) | ||
14 | |||
15 | diff --git a/Makefile b/Makefile | ||
16 | index 40bccab..d93943f 100644 | ||
17 | --- a/Makefile | ||
18 | +++ b/Makefile | ||
19 | @@ -1,11 +1,6 @@ | ||
20 | -.PHONY: doc | ||
21 | - | ||
22 | test: | ||
23 | tox | ||
24 | -doc: | ||
25 | - make -C doc html | ||
26 | clean: | ||
27 | rm -rf build dist aioeventlet.egg-info .tox | ||
28 | find -name "*.pyc" -delete | ||
29 | find -name "__pycache__" -exec rm -rf {} \; | ||
30 | - make -C doc clean | ||
31 | -- | ||
32 | 2.1.4 | ||
33 | |||