aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-12-03 19:37:52 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-12-03 19:37:52 +0000
commitad9de0c6194797da8589d130dbaffa579f2ad5f9 (patch)
tree9b6425543e332523294985cf149870163d65abf2 /packages
parent282088f1ad999b8427ad8acf43021538388afa60 (diff)
downloadopenembedded-ad9de0c6194797da8589d130dbaffa579f2ad5f9.tar.gz
sip: upgrade to 4.7.1, catch up with sip3/sip4 renaming
Diffstat (limited to 'packages')
-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