diff options
Diffstat (limited to 'meta-oe/recipes-extended/sip')
-rw-r--r-- | meta-oe/recipes-extended/sip/sip-native_4.14.2.bb | 16 |
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 | |||
22 | export STAGING_INCDIR | 22 | export STAGING_INCDIR |
23 | 23 | ||
24 | do_configure_prepend() { | 24 | do_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 | } |
27 | do_install() { | 27 | do_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 | } |