aboutsummaryrefslogtreecommitdiffstats
path: root/packages/zope
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-02-11 22:57:16 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-02-11 22:57:16 +0100
commitb0a6cab1a271ede790c977d2cd45a72a9cb95811 (patch)
tree79b07d794b64bae150d6e21766a38420e30a58dc /packages/zope
parent5a0e1d473ca7aca5ffefffe9a2ec44ae7a1f35bc (diff)
downloadopenembedded-b0a6cab1a271ede790c977d2cd45a72a9cb95811.tar.gz
zope: removed twisted subdir during install;
this is a very old version of twisted and it shadows the twisted package as such it broke python-coherence
Diffstat (limited to 'packages/zope')
-rw-r--r--packages/zope/zope_3.3.1.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/zope/zope_3.3.1.bb b/packages/zope/zope_3.3.1.bb
index 78cf439e68..cd854250b6 100644
--- a/packages/zope/zope_3.3.1.bb
+++ b/packages/zope/zope_3.3.1.bb
@@ -4,7 +4,7 @@ PRIORITY = "optional"
DEPENDS = "python"
RDEPENDS = "python-core python-shell"
LICENSE = "ZPL"
-PR = "r6"
+PR = "r7"
SRC_URI = "http://www.zope.org/Products/Zope3/${PV}/Zope-${PV}.tgz"
S = "${WORKDIR}/Zope-${PV}"
@@ -23,6 +23,8 @@ do_install() {
install -d ${D}${libdir}/${PYTHON_DIR}
oe_runmake install prefix=${D}${prefix} HOST_SYS=${HOST_SYS} BUILD_SYS=${BUILD_SYS}
mv ${D}${libdir}/python/* ${D}${libdir}/${PYTHON_DIR}
+ rm -rf ${D}${libdir}/${PYTHON_DIR}/twisted
+ rm -rf ${D}${libdir}/${PYTHON_DIR}/zope/app/twisted
}
PACKAGES =+ "python-zopeinterface python-zopeinterface-dbg"
@@ -42,3 +44,4 @@ ${libdir}/${PYTHON_DIR}/ZODB/.debug"
FILES_python-zopeinterface-dbg += "${libdir}/${PYTHON_DIR}/zope/interface/.debug "
FILES_python-zopeinterface = "${libdir}/${PYTHON_DIR}/zope/interface/*.* ${libdir}/${PYTHON_DIR}/zope/interface/common"
+