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 export STAGING_LIBDIR BBCLASSEXTEND = "native" + +do_install_append() { + rm -rf ${D}${datadir}/share +}