diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-06-01 16:07:00 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-01 16:07:00 +0000 |
commit | 5e6c1a56eab5c4129af064e6980c80aeb8a79591 (patch) | |
tree | 2283d5184def599b84a1e85e27af3b5e44f9475d | |
parent | c6265b344778dccfd6eebf2c300ac0ac9d4d8821 (diff) |
sip4-native: fix staging
-rw-r--r-- | packages/sip/sip4-native_4.4.3.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/sip/sip4-native_4.4.3.bb b/packages/sip/sip4-native_4.4.3.bb index 395fa15ac7..f7858a3b79 100644 --- a/packages/sip/sip4-native_4.4.3.bb +++ b/packages/sip/sip4-native_4.4.3.bb @@ -19,5 +19,8 @@ do_configure_prepend() { do_stage() { install -m 0755 sip ${STAGING_BINDIR}/sip4 + cd ${WORKDIR}/sip-${PV} && python configure.py + install -d ${STAGING_PYDIR}/site-packages + install -m 0755 sip*.py ${STAGING_PYDIR}/site-packages } |