summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/createrepo-c/createrepo-c
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-02-17 13:51:51 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-18 23:40:00 +0000
commit376092aa4bb3e9b7b144c86e10d5bdadeceddde1 (patch)
tree53365a49fdacd7748c70ffd39893944fe8e05daf /meta/recipes-devtools/createrepo-c/createrepo-c
parent91bfafed363b25e01d8d82202465b7a0e2d9c68b (diff)
downloadpoky-376092aa4bb3e9b7b144c86e10d5bdadeceddde1.tar.gz
createrepo-c: upgrade 0.16.2 -> 0.17.0
(From OE-Core rev: 024cd3e83ccd0e73d99d6ab2a572fe2151069aed) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/createrepo-c/createrepo-c')
-rw-r--r--meta/recipes-devtools/createrepo-c/createrepo-c/0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c/0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch b/meta/recipes-devtools/createrepo-c/createrepo-c/0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch
index c0f07fe2ca..d675af4f8b 100644
--- a/meta/recipes-devtools/createrepo-c/createrepo-c/0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch
+++ b/meta/recipes-devtools/createrepo-c/createrepo-c/0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch
@@ -1,4 +1,4 @@
1From 4644d18157296257284bedd857f4610f1037d50e Mon Sep 17 00:00:00 2001 1From 218a4760945be7a404df6515ffbc769c92791f9b Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com> 2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Fri, 30 Dec 2016 18:31:02 +0200 3Date: Fri, 30 Dec 2016 18:31:02 +0200
4Subject: [PATCH] Do not set PYTHON_INSTALL_DIR by running python 4Subject: [PATCH] Do not set PYTHON_INSTALL_DIR by running python
@@ -11,11 +11,11 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
11 1 file changed, 1 insertion(+), 1 deletion(-) 11 1 file changed, 1 insertion(+), 1 deletion(-)
12 12
13diff --git a/src/python/CMakeLists.txt b/src/python/CMakeLists.txt 13diff --git a/src/python/CMakeLists.txt b/src/python/CMakeLists.txt
14index 3d873f7..e977b2f 100644 14index 855127f..dff1d97 100644
15--- a/src/python/CMakeLists.txt 15--- a/src/python/CMakeLists.txt
16+++ b/src/python/CMakeLists.txt 16+++ b/src/python/CMakeLists.txt
17@@ -21,7 +21,7 @@ if (NOT SKBUILD) 17@@ -14,7 +14,7 @@ if (NOT SKBUILD)
18 endif () 18 FIND_PACKAGE(PythonInterp 3 EXACT REQUIRED)
19 endif (NOT SKBUILD) 19 endif (NOT SKBUILD)
20 20
21-EXECUTE_PROCESS(COMMAND ${PYTHON_EXECUTABLE} -c "from sys import stdout; from distutils import sysconfig; stdout.write(sysconfig.get_python_lib(True))" OUTPUT_VARIABLE PYTHON_INSTALL_DIR) 21-EXECUTE_PROCESS(COMMAND ${PYTHON_EXECUTABLE} -c "from sys import stdout; from distutils import sysconfig; stdout.write(sysconfig.get_python_lib(True))" OUTPUT_VARIABLE PYTHON_INSTALL_DIR)