summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/sip/sip-native_4.14.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/sip/sip-native_4.14.2.bb')
-rw-r--r--meta-oe/recipes-extended/sip/sip-native_4.14.2.bb16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta-oe/recipes-extended/sip/sip-native_4.14.2.bb b/meta-oe/recipes-extended/sip/sip-native_4.14.2.bb
index 32579c0ef..33caa1edc 100644
--- a/meta-oe/recipes-extended/sip/sip-native_4.14.2.bb
+++ b/meta-oe/recipes-extended/sip/sip-native_4.14.2.bb
@@ -22,14 +22,14 @@ export STAGING_LIBDIR
22export STAGING_INCDIR 22export STAGING_INCDIR
23 23
24do_configure_prepend() { 24do_configure_prepend() {
25 cat sipgen.sbf | sed s,target,TARGET, | sed s,sources,SOURCES, | sed s,headers,HEADERS, > sipgen.pro 25 cat sipgen.sbf | sed s,target,TARGET, | sed s,sources,SOURCES, | sed s,headers,HEADERS, > sipgen.pro
26} 26}
27do_install() { 27do_install() {
28 install -d ${D}${bindir} 28 install -d ${D}${bindir}
29 install -m 0755 sip ${D}${bindir}/sip 29 install -m 0755 sip ${D}${bindir}/sip
30 # python-pyqt expects sip4 30 # python-pyqt expects sip4
31 ln -sf sip ${D}${bindir}/sip4 31 ln -sf sip ${D}${bindir}/sip4
32 cd ${WORKDIR}/sip-${PV} && python configure.py 32 cd ${WORKDIR}/sip-${PV} && python configure.py
33 install -d ${D}${PYTHON_SITEPACKAGES_DIR} 33 install -d ${D}${PYTHON_SITEPACKAGES_DIR}
34 install -m 0755 sip*.py ${D}${PYTHON_SITEPACKAGES_DIR} 34 install -m 0755 sip*.py ${D}${PYTHON_SITEPACKAGES_DIR}
35} 35}