diff options
| -rw-r--r-- | meta/recipes-devtools/python/python-gst_0.10.22.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-gst_0.10.22.bb b/meta/recipes-devtools/python/python-gst_0.10.22.bb index a551adbfa6..2a5f2b3239 100644 --- a/meta/recipes-devtools/python/python-gst_0.10.22.bb +++ b/meta/recipes-devtools/python/python-gst_0.10.22.bb | |||
| @@ -21,3 +21,9 @@ EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../" | |||
| 21 | FILES_${PN} += "${datadir}/gst-python" | 21 | FILES_${PN} += "${datadir}/gst-python" |
| 22 | FILES_${PN}-dev += "${datadir}/gst-python/0.10/defs" | 22 | FILES_${PN}-dev += "${datadir}/gst-python/0.10/defs" |
| 23 | FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/gst-0.10/gst/.debug/ ${libdir}/gstreamer-0.10/.debug/" | 23 | FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/gst-0.10/gst/.debug/ ${libdir}/gstreamer-0.10/.debug/" |
| 24 | |||
| 25 | do_configure_prepend() { | ||
| 26 | if [ `find ${STAGING_LIBDIR} -name libpython*.so` ]; then | ||
| 27 | ln -sf ${STAGING_LIBDIR}/libpython*.so `find ${STAGING_LIBDIR} -name libpython*.a -exec dirname {} \;` | ||
| 28 | fi | ||
| 29 | } | ||
