From: Nitin A Kamble Date: Fri, 16 Mar 2012 18:43:08 +0000 (-0700) Subject: python-pycurl: fix packaging warnings X-Git-Tag: 2015-4~11348 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4b646d9e9076137e33b7541d249c1dd6351cc62c;p=openembedded-core.git python-pycurl: fix packaging warnings This commit fixes these packaging warnings: WARNING: For recipe python-pycurl, the following files/directories were installed but not shipped in any package: WARNING: /usr/share/share PR not bumber because no change in the output packages. Signed-off-by: Nitin A Kamble --- 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 +}