sip4-native: fix staging
authorMichael Lauer <mickey@vanille-media.de>
Thu, 1 Jun 2006 16:07:00 +0000 (16:07 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 1 Jun 2006 16:07:00 +0000 (16:07 +0000)
packages/sip/sip4-native_4.4.3.bb

index 395fa15..f7858a3 100644 (file)
@@ -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
 }