diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-22 18:38:08 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-22 18:38:08 +0000 |
commit | bd0affe3f7432ca7e64a1aeb67d7099b0ecc2f58 (patch) | |
tree | 9687294fe9d5980d4abfa85bebc552ec8ad9d81e /python/python-pyqt_3.11.oe | |
parent | 0f391a2e76cf8a7dd052dac8c58b432b1de450e9 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into hyperion.(none):/home/kergoth/code/projects/packages
2004/05/22 20:38:07+02:00 uni-frankfurt.de!mickeyl
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/05/22 20:36:41+02:00 uni-frankfurt.de!mickeyl
fix SRC_URI. Updating to a more recent snapshot can not be
done easily since the pyqwt team did patches to qwt which are not upstream (yet, hopefully) and I don't feel like
adding a dedicated qwt-pyqwt to keep pyqwt happy.
BKrev: 40af9e10fBOQNBWX7SyfZ6Fb85-H2w
Diffstat (limited to 'python/python-pyqt_3.11.oe')
-rw-r--r-- | python/python-pyqt_3.11.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-pyqt_3.11.oe b/python/python-pyqt_3.11.oe index b4c6d5ef1f..af661ce491 100644 --- a/python/python-pyqt_3.11.oe +++ b/python/python-pyqt_3.11.oe @@ -36,10 +36,10 @@ do_configure_prepend() { } do_stage() { - install -d ${STAGING_SIPDIR} + install -d ${STAGING_SIPDIR}/qt/ for module in ${SIP_MODULES} do - cp -a ${S}/sip/${module}/*.sip ${STAGING_SIPDIR}/ + cp -a ${S}/sip/${module}/*.sip ${STAGING_SIPDIR}/qt/ install -m 0755 ${module}/libcmodule.so ${STAGING_LIBDIR}/python2.3/site-packages/lib${module}cmodule.so done } |