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:31:15 +0000 |
commit | 49d58b3b9f65a1100cf48b6e142559be841b5f36 (patch) | |
tree | 2ffcc08915562069ea041c3ec4416c6d97975fe3 /meta | |
parent | 792fa1c5f0ec6381bbaec847502834816464afd2 (diff) | |
download | poky-49d58b3b9f65a1100cf48b6e142559be841b5f36.tar.gz |
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 <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Conflicts:
meta/recipes-devtools/python/python-smartpm_1.4.1.bb
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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" | |||
11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833" | 11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833" |
12 | 12 | ||
13 | DEPENDS = "python rpm" | 13 | DEPENDS = "python rpm" |
14 | PR = "r3" | 14 | PR = "r4" |
15 | SRCNAME = "smart" | 15 | SRCNAME = "smart" |
16 | 16 | ||
17 | SRC_URI = "\ | 17 | SRC_URI = "\ |
@@ -48,9 +48,6 @@ PACKAGECONFIG[gtk] = ",,gtk+,${GTK_RDEP}" | |||
48 | inherit distutils | 48 | inherit distutils |
49 | 49 | ||
50 | do_install_append() { | 50 | do_install_append() { |
51 | # Cleanup unused item... | ||
52 | rmdir ${D}${datadir}/share | ||
53 | |||
54 | # We don't support the following items | 51 | # We don't support the following items |
55 | rm -rf ${D}${libdir}/python*/site-packages/smart/backends/slack | 52 | rm -rf ${D}${libdir}/python*/site-packages/smart/backends/slack |
56 | rm -rf ${D}${libdir}/python*/site-packages/smart/backends/arch | 53 | rm -rf ${D}${libdir}/python*/site-packages/smart/backends/arch |