From: Martin Jansa Date: Wed, 5 Dec 2012 16:07:26 +0000 (+0100) Subject: python-smartpm: don't try to remove /usr/share/share twice X-Git-Tag: rev_ivi_2015_02_04~14666 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ee236e485e6b0a0889d1a82ba51ca59066999fe;p=scm%2Fbb%2Ftizen-distro.git python-smartpm: don't try to remove /usr/share/share twice * distutils.bbclass now removes that directory (From OE-Core rev: 5990bda7e0c21629ac5ecaa2ba9783af5a77a125) Signed-off-by: Martin Jansa Signed-off-by: Saul Wold Conflicts: meta/recipes-devtools/python/python-smartpm_1.4.1.bb Signed-off-by: Richard Purdie --- 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 bbaa530..53f232b 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 = "r3" +PR = "r4" SRCNAME = "smart" SRC_URI = "\ @@ -48,9 +48,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