diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-07-06 23:07:41 -0700 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-07-08 22:05:20 -0700 |
commit | b34271293a93f9e94227a16d5232b56c034d9da5 (patch) | |
tree | 8be0388bb3e1a5a9bc3d645f7244783f223d1f5f /meta/packages/python/python-gst/python-path.patch | |
parent | d42466ea43827f1c6a5a972819dac273e381d33d (diff) | |
download | poky-b34271293a93f9e94227a16d5232b56c034d9da5.tar.gz |
python-gst: upgrade from 0.10.8 to 0.10.18
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/packages/python/python-gst/python-path.patch')
-rw-r--r-- | meta/packages/python/python-gst/python-path.patch | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/meta/packages/python/python-gst/python-path.patch b/meta/packages/python/python-gst/python-path.patch index 465d5b180a..af5badd4d9 100644 --- a/meta/packages/python/python-gst/python-path.patch +++ b/meta/packages/python/python-gst/python-path.patch | |||
@@ -1,8 +1,8 @@ | |||
1 | Index: gst-python-0.10.7/acinclude.m4 | 1 | Index: gst-python-0.10.18/acinclude.m4 |
2 | =================================================================== | 2 | =================================================================== |
3 | --- gst-python-0.10.7.orig/acinclude.m4 2007-03-02 14:10:28.652128590 +0100 | 3 | --- gst-python-0.10.18.orig/acinclude.m4 |
4 | +++ gst-python-0.10.7/acinclude.m4 2007-03-02 14:41:00.106728708 +0100 | 4 | +++ gst-python-0.10.18/acinclude.m4 |
5 | @@ -43,12 +43,19 @@ | 5 | @@ -43,6 +43,12 @@ AC_DEFUN([AM_CHECK_PYTHON_HEADERS], |
6 | [AC_REQUIRE([AM_PATH_PYTHON]) | 6 | [AC_REQUIRE([AM_PATH_PYTHON]) |
7 | AC_MSG_CHECKING(for headers required to compile python extensions) | 7 | AC_MSG_CHECKING(for headers required to compile python extensions) |
8 | dnl deduce PYTHON_INCLUDES | 8 | dnl deduce PYTHON_INCLUDES |
@@ -14,9 +14,10 @@ Index: gst-python-0.10.7/acinclude.m4 | |||
14 | +else | 14 | +else |
15 | py_prefix=`$PYTHON -c "import sys; print sys.prefix"` | 15 | py_prefix=`$PYTHON -c "import sys; print sys.prefix"` |
16 | py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"` | 16 | py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"` |
17 | PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION}" | 17 | if $PYTHON-config --help 2>/dev/null; then |
18 | if test "$py_prefix" != "$py_exec_prefix"; then | 18 | @@ -53,6 +59,7 @@ else |
19 | PYTHON_INCLUDES="$PYTHON_INCLUDES -I${py_exec_prefix}/include/python${PYTHON_VERSION}" | 19 | PYTHON_INCLUDES="$PYTHON_INCLUDES -I${py_exec_prefix}/include/python${PYTHON_VERSION}" |
20 | fi | ||
20 | fi | 21 | fi |
21 | +fi | 22 | +fi |
22 | AC_SUBST(PYTHON_INCLUDES) | 23 | AC_SUBST(PYTHON_INCLUDES) |