From 4fa8a67aa7c2c24158cff344a660e40a49893af6 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. (From OE-Core rev: 4b646d9e9076137e33b7541d249c1dd6351cc62c) Signed-off-by: Nitin A Kamble Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-pycurl_7.19.0.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta/recipes-devtools') 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 +} -- cgit v1.2.3-54-g00ecf