diff options
author | Daniel Willmann <daniel@totalueberwachung.de> | 2007-12-13 15:28:42 +0000 |
---|---|---|
committer | Daniel Willmann <daniel@totalueberwachung.de> | 2007-12-13 15:28:42 +0000 |
commit | fe379ffc9b1b75ba62a68f5bc21b854e5da49259 (patch) | |
tree | 312e1b5003b9ef65e718b145052d447f2f8e2653 /packages/sip | |
parent | 8a2fba6940e3e07bc7613a431c99a6b7ed433588 (diff) | |
parent | f4a7dac492fabd4f30dcad003cdcabdf6684e39e (diff) |
merge of 'ad95f08d419bba954eab21c0d4ef155b70f86dbc'
and 'eeb3a83ad8d45d4069e1ae9170eb852a6bb31d43'
Diffstat (limited to 'packages/sip')
-rw-r--r-- | packages/sip/sip-native_4.7.3.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.3.bb index 08cdae4ead..b47a3a7539 100644 --- a/packages/sip/sip-native_4.7.bb +++ b/packages/sip/sip-native_4.7.3.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 |