From: Michael Lauer Date: Thu, 1 Jun 2006 16:07:00 +0000 (+0000) Subject: sip4-native: fix staging X-Git-Tag: Release-2010-05/1~9453^2~1512^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e6c1a56eab5c4129af064e6980c80aeb8a79591;p=openembedded.git sip4-native: fix staging --- 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 }