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.patch13
1 files changed, 9 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 e83c8325e5..956ff3f33e 100644
--- a/meta/recipes-core/libxml/libxml2/python-sitepackages-dir.patch
+++ b/meta/recipes-core/libxml/libxml2/python-sitepackages-dir.patch
@@ -1,4 +1,7 @@
1Allow us to pass in PYTHON_SITE_PACKAGES 1From b038c3452667ed17ddb0e791cd7bdc7f8774ac29 Mon Sep 17 00:00:00 2001
2From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Sat, 11 May 2019 20:35:20 +0800
4Subject: [PATCH] Allow us to pass in PYTHON_SITE_PACKAGES
2 5
3The python binary used when building for nativesdk doesn't give us the 6The 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. 7correct path here so we need to be able to specify it ourselves.
@@ -6,16 +9,18 @@ correct path here so we need to be able to specify it ourselves.
6Upstream-Status: Inappropriate [config] 9Upstream-Status: Inappropriate [config]
7Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> 10Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
8 11
9Rebase to 2.9.2 12Rebase to 2.9.9
13
10Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> 14Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
11--- 15---
12 configure.ac | 3 ++- 16 configure.ac | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-) 17 1 file changed, 2 insertions(+), 1 deletion(-)
14 18
15diff --git a/configure.ac b/configure.ac 19diff --git a/configure.ac b/configure.ac
20index ca911f3..3bbd654 100644
16--- a/configure.ac 21--- a/configure.ac
17+++ b/configure.ac 22+++ b/configure.ac
18@@ -813,7 +813,8 @@ dnl 23@@ -808,7 +808,8 @@ dnl
19 24
20 PYTHON_VERSION= 25 PYTHON_VERSION=
21 PYTHON_INCLUDES= 26 PYTHON_INCLUDES=
@@ -26,5 +31,5 @@ diff --git a/configure.ac b/configure.ac
26 pythondir= 31 pythondir=
27 if test "$with_python" != "no" ; then 32 if test "$with_python" != "no" ; then
28-- 33--
291.9.1 342.7.4
30 35