summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2012-03-16 11:43:08 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-19 14:37:40 +0000
commit4fa8a67aa7c2c24158cff344a660e40a49893af6 (patch)
treee7b73d49df02ea1c2043fced1251be86f120caff /meta/recipes-devtools
parent007ff7b5d3f3ca640ff8ee18c0829465a2ff8d57 (diff)
downloadpoky-4fa8a67aa7c2c24158cff344a660e40a49893af6.tar.gz
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 <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-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 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
29export STAGING_LIBDIR 29export STAGING_LIBDIR
30 30
31BBCLASSEXTEND = "native" 31BBCLASSEXTEND = "native"
32
33do_install_append() {
34 rm -rf ${D}${datadir}/share
35}