summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python-pycurl_7.19.0.bb4
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 d9fe46580..8b849d7a3 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
export STAGING_LIBDIR
BBCLASSEXTEND = "native"
+
+do_install_append() {
+ rm -rf ${D}${datadir}/share
+}