[OE-core] [PATCH] python-gst: link python shared library to config directory

rongqing.li at windriver.com rongqing.li at windriver.com
Fri Jun 6 07:19:47 UTC 2014


From: "yanjun.zhu" <yanjun.zhu at windriver.com>

python-gst needs python shared library in python config directory.

Signed-off-by: yanjun.zhu <yanjun.zhu at windriver.com>
---
 meta/recipes-devtools/python/python-gst_0.10.22.bb |    6 ++++++
 1 file changed, 6 insertions(+)

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
+}
-- 
1.7.10.4




More information about the Openembedded-core mailing list