[oe-commits] Nitin A Kamble : python-pycurl: fix packaging warnings

git at git.openembedded.org git at git.openembedded.org
Mon Mar 19 13:41:46 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 4b646d9e9076137e33b7541d249c1dd6351cc62c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4b646d9e9076137e33b7541d249c1dd6351cc62c

Author: Nitin A Kamble <nitin.a.kamble at intel.com>
Date:   Fri Mar 16 11:43:08 2012 -0700

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 <nitin.a.kamble at intel.com>

---

 .../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 d9fe465..8b849d7 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
+}





More information about the Openembedded-commits mailing list