From patchwork Wed Dec 5 18:26:07 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [5/5] python-smartpm: don't try to remove /usr/share/share twice Date: Wed, 05 Dec 2012 18:26:07 -0000 From: Martin Jansa X-Patchwork-Id: 40461 Message-Id: To: openembedded-core@lists.openembedded.org * distutils.bbclass now removes that directory Signed-off-by: Martin Jansa --- meta/recipes-devtools/python/python-smartpm_1.4.1.bb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meta/recipes-devtools/python/python-smartpm_1.4.1.bb b/meta/recipes-devtools/python/python-smartpm_1.4.1.bb index 254318c..b896c89 100644 --- a/meta/recipes-devtools/python/python-smartpm_1.4.1.bb +++ b/meta/recipes-devtools/python/python-smartpm_1.4.1.bb @@ -11,7 +11,7 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833" DEPENDS = "python rpm" -PR = "r1" +PR = "r2" SRCNAME = "smart" SRC_URI = "\ @@ -43,9 +43,6 @@ PACKAGECONFIG[gtk] = ",,gtk+,${GTK_RDEP}" inherit distutils do_install_append() { - # Cleanup unused item... - rmdir ${D}${datadir}/share - # We don't support the following items rm -rf ${D}${libdir}/python*/site-packages/smart/backends/slack rm -rf ${D}${libdir}/python*/site-packages/smart/backends/arch