diff options
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python-pycurl_7.19.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-pycurl_7.19.0.bb b/meta/recipes-devtools/python/python-pycurl_7.19.0.bb index d9fe465804..8b849d7a38 100644 --- a/meta/recipes-devtools/python/python-pycurl_7.19.0.bb +++ b/meta/recipes-devtools/python/python-pycurl_7.19.0.bb | |||
| @@ -29,3 +29,7 @@ export STAGING_INCDIR | |||
| 29 | export STAGING_LIBDIR | 29 | export STAGING_LIBDIR |
| 30 | 30 | ||
| 31 | BBCLASSEXTEND = "native" | 31 | BBCLASSEXTEND = "native" |
| 32 | |||
| 33 | do_install_append() { | ||
| 34 | rm -rf ${D}${datadir}/share | ||
| 35 | } | ||
