diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-12-03 19:37:52 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-12-03 19:37:52 +0000 |
commit | ad9de0c6194797da8589d130dbaffa579f2ad5f9 (patch) | |
tree | 9b6425543e332523294985cf149870163d65abf2 /packages/sip | |
parent | 282088f1ad999b8427ad8acf43021538388afa60 (diff) |
sip: upgrade to 4.7.1, catch up with sip3/sip4 renaming
Diffstat (limited to 'packages/sip')
-rw-r--r-- | packages/sip/sip-native_4.7.1.bb (renamed from packages/sip/sip-native_4.7.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/sip/sip-native_4.7.bb b/packages/sip/sip-native_4.7.1.bb index 08cdae4ead..b47a3a7539 100644 --- a/packages/sip/sip-native_4.7.bb +++ b/packages/sip/sip-native_4.7.1.bb @@ -8,7 +8,7 @@ LICENSE = "GPL" SRC_URI = "http://www.riverbankcomputing.com/Downloads/sip4/sip-${PV}.tar.gz" S = "${WORKDIR}/sip-${PV}/sipgen" -inherit qmake qt4x11 native +inherit qt4x11 native EXTRA_QMAKEVARS_POST += "DESTDIR=${S} CONFIG=console" @@ -17,7 +17,7 @@ do_configure_prepend() { } do_stage() { - install -m 0755 sip ${STAGING_BINDIR}/sip4 + install -m 0755 sip ${STAGING_BINDIR_NATIVE}/sip cd ${WORKDIR}/sip-${PV} && python configure.py install -d ${STAGING_PYDIR}/site-packages install -m 0755 sip*.py ${STAGING_PYDIR}/site-packages |