[oe-commits] Martin Jansa : python-gst: update python-path.patch

git version control git at git.openembedded.org
Thu Feb 11 14:03:51 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: f9f6c12d70b42ce6ec3461ea993ff52d10bfbc00
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f9f6c12d70b42ce6ec3461ea993ff52d10bfbc00

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Feb 10 13:27:10 2010 +0100

python-gst: update python-path.patch

* py_prefix is used later for -L and without py_prefix set it tries to
  load libraries from buildhost instead of staging

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/python/python-gst/python-path.patch |    5 +++--
 recipes/python/python-gst_0.10.17.bb        |    2 ++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/recipes/python/python-gst/python-path.patch b/recipes/python/python-gst/python-path.patch
index 6cbad8c..5256ddd 100644
--- a/recipes/python/python-gst/python-path.patch
+++ b/recipes/python/python-gst/python-path.patch
@@ -2,7 +2,7 @@ Index: gst-python-0.10.10/acinclude.m4
 ===================================================================
 --- gst-python-0.10.10.orig/acinclude.m4
 +++ gst-python-0.10.10/acinclude.m4
-@@ -43,16 +43,20 @@ AC_DEFUN([AM_CHECK_PYTHON_HEADERS],
+@@ -43,16 +43,21 @@ AC_DEFUN([AM_CHECK_PYTHON_HEADERS],
  [AC_REQUIRE([AM_PATH_PYTHON])
  AC_MSG_CHECKING(for headers required to compile python extensions)
  dnl deduce PYTHON_INCLUDES
@@ -15,6 +15,7 @@ Index: gst-python-0.10.10/acinclude.m4
 +       [  --with-python-includes=DIR  path to Python includes], py_exec_prefix=$withval)
 +if test x$py_exec_prefix != x; then
 + PYTHON_INCLUDES="-I${py_exec_prefix}/include/python${PYTHON_VERSION}"
++ py_prefix=`$PYTHON -c "import sys; print sys.prefix"`
  else
 -  PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION}"
 -  if test "$py_prefix" != "$py_exec_prefix"; then
@@ -23,7 +24,7 @@ Index: gst-python-0.10.10/acinclude.m4
 + py_prefix=`$PYTHON -c "import sys; print sys.prefix"`
 + py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"`
 + PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION}"
-+if test "$py_prefix" != "$py_exec_prefix"; then
++ if test "$py_prefix" != "$py_exec_prefix"; then
 +   PYTHON_INCLUDES="$PYTHON_INCLUDES -I${py_exec_prefix}/include/python${PYTHON_VERSION}"
 + fi
  fi
diff --git a/recipes/python/python-gst_0.10.17.bb b/recipes/python/python-gst_0.10.17.bb
index 6b3a147..b0b552b 100644
--- a/recipes/python/python-gst_0.10.17.bb
+++ b/recipes/python/python-gst_0.10.17.bb
@@ -3,6 +3,8 @@ SECTION = "devel/python"
 LICENSE = "LGPL"
 DEPENDS = "gstreamer gst-plugins-base python-pygobject"
 
+PR = "r1"
+
 SRC_URI = "\
   http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \
   file://python-path.patch;patch=1 \





More information about the Openembedded-commits mailing list