diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2012-03-16 11:43:08 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-19 14:37:40 +0000 |
commit | 4fa8a67aa7c2c24158cff344a660e40a49893af6 (patch) | |
tree | e7b73d49df02ea1c2043fced1251be86f120caff /meta/recipes-devtools/python/python-pycurl_7.19.0.bb | |
parent | 007ff7b5d3f3ca640ff8ee18c0829465a2ff8d57 (diff) | |
download | poky-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/python/python-pycurl_7.19.0.bb')
-rw-r--r-- | meta/recipes-devtools/python/python-pycurl_7.19.0.bb | 4 |
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 | |||
29 | export STAGING_LIBDIR | 29 | export STAGING_LIBDIR |
30 | 30 | ||
31 | BBCLASSEXTEND = "native" | 31 | BBCLASSEXTEND = "native" |
32 | |||
33 | do_install_append() { | ||
34 | rm -rf ${D}${datadir}/share | ||
35 | } | ||