aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sip
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-06-01 16:07:00 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-06-01 16:07:00 +0000
commit5e6c1a56eab5c4129af064e6980c80aeb8a79591 (patch)
tree2283d5184def599b84a1e85e27af3b5e44f9475d /packages/sip
parentc6265b344778dccfd6eebf2c300ac0ac9d4d8821 (diff)
downloadopenembedded-5e6c1a56eab5c4129af064e6980c80aeb8a79591.tar.gz
sip4-native: fix staging
Diffstat (limited to 'packages/sip')
-rw-r--r--packages/sip/sip4-native_4.4.3.bb3
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
}