diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-05 17:07:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-06 12:30:36 +0000 |
commit | 5990bda7e0c21629ac5ecaa2ba9783af5a77a125 (patch) | |
tree | 1e2011ad863fc224fa85b37da79809e5296eb1a1 /meta | |
parent | de02e36ff17a44ce8cf33c59a78360cb2313f016 (diff) | |
download | openembedded-core-5990bda7e0c21629ac5ecaa2ba9783af5a77a125.tar.gz openembedded-core-5990bda7e0c21629ac5ecaa2ba9783af5a77a125.tar.bz2 openembedded-core-5990bda7e0c21629ac5ecaa2ba9783af5a77a125.zip |
python-smartpm: don't try to remove /usr/share/share twice
* distutils.bbclass now removes that directory
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Conflicts:
meta/recipes-devtools/python/python-smartpm_1.4.1.bb
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python-smartpm_1.4.1.bb | 5 |
1 files changed, 1 insertions, 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 bbaa530c4a..53f232bfab 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 |