diff options
| -rw-r--r-- | meta/recipes-devtools/python/python-pycurl_7.19.5.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-pycurl_7.19.5.bb b/meta/recipes-devtools/python/python-pycurl_7.19.5.bb index a21a426dbb..e4619c740e 100644 --- a/meta/recipes-devtools/python/python-pycurl_7.19.5.bb +++ b/meta/recipes-devtools/python/python-pycurl_7.19.5.bb | |||
| @@ -29,6 +29,11 @@ export STAGING_LIBDIR | |||
| 29 | 29 | ||
| 30 | BBCLASSEXTEND = "native" | 30 | BBCLASSEXTEND = "native" |
| 31 | 31 | ||
| 32 | # Ensure the docstrings are generated as make clean will remove them | ||
| 33 | do_compile_prepend() { | ||
| 34 | ${STAGING_BINDIR_NATIVE}/${PYTHON_PN}-native/${PYTHON_PN} setup.py docstrings | ||
| 35 | } | ||
| 36 | |||
| 32 | do_install_append() { | 37 | do_install_append() { |
| 33 | rm -rf ${D}${datadir}/share | 38 | rm -rf ${D}${datadir}/share |
| 34 | } | 39 | } |
