From 63f3c395055edd72eb93dfb08e5bda3c013aefde Mon Sep 17 00:00:00 2001 From: "yanjun.zhu" Date: Fri, 6 Jun 2014 15:19:47 +0800 Subject: python-gst: link python shared library to config directory python-gst needs python shared library in python config directory. (From OE-Core rev: 7a3b7d70a0cc4cdef81bb63fdac7de8f1309d1fc) Signed-off-by: yanjun.zhu Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-gst_0.10.22.bb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meta/recipes-devtools/python/python-gst_0.10.22.bb') 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 a551adb..2a5f2b3 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}/../" FILES_${PN} += "${datadir}/gst-python" FILES_${PN}-dev += "${datadir}/gst-python/0.10/defs" FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/gst-0.10/gst/.debug/ ${libdir}/gstreamer-0.10/.debug/" + +do_configure_prepend() { + if [ `find ${STAGING_LIBDIR} -name libpython*.so` ]; then + ln -sf ${STAGING_LIBDIR}/libpython*.so `find ${STAGING_LIBDIR} -name libpython*.a -exec dirname {} \;` + fi +} -- cgit v1.1