summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxml/libxml2/python-sitepackages-dir.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/libxml/libxml2/python-sitepackages-dir.patch')
-rw-r--r--meta/recipes-core/libxml/libxml2/python-sitepackages-dir.patch17
1 files changed, 13 insertions, 4 deletions
diff --git a/meta/recipes-core/libxml/libxml2/python-sitepackages-dir.patch b/meta/recipes-core/libxml/libxml2/python-sitepackages-dir.patch
index a697ddf873..e83c8325e5 100644
--- a/meta/recipes-core/libxml/libxml2/python-sitepackages-dir.patch
+++ b/meta/recipes-core/libxml/libxml2/python-sitepackages-dir.patch
@@ -4,12 +4,18 @@ The python binary used when building for nativesdk doesn't give us the
4correct path here so we need to be able to specify it ourselves. 4correct path here so we need to be able to specify it ourselves.
5 5
6Upstream-Status: Inappropriate [config] 6Upstream-Status: Inappropriate [config]
7
8Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> 7Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
9 8
10--- a/configure.in 9Rebase to 2.9.2
11+++ b/configure.in 10Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
12@@ -743,7 +743,8 @@ dnl 11---
12 configure.ac | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15diff --git a/configure.ac b/configure.ac
16--- a/configure.ac
17+++ b/configure.ac
18@@ -813,7 +813,8 @@ dnl
13 19
14 PYTHON_VERSION= 20 PYTHON_VERSION=
15 PYTHON_INCLUDES= 21 PYTHON_INCLUDES=
@@ -19,3 +25,6 @@ Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
19 PYTHON_TESTS= 25 PYTHON_TESTS=
20 pythondir= 26 pythondir=
21 if test "$with_python" != "no" ; then 27 if test "$with_python" != "no" ; then
28--
291.9.1
30