From 4b646d9e9076137e33b7541d249c1dd6351cc62c Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Fri, 16 Mar 2012 11:43:08 -0700 Subject: 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 --- meta/recipes-devtools/python/python-pycurl_7.19.0.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta') 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 +} -- cgit v1.2.3