mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
91bfafed36
commit
376092aa4b
+4
-4
@@ -1,4 +1,4 @@
|
|||||||
From 4644d18157296257284bedd857f4610f1037d50e Mon Sep 17 00:00:00 2001
|
From 218a4760945be7a404df6515ffbc769c92791f9b Mon Sep 17 00:00:00 2001
|
||||||
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||||
Date: Fri, 30 Dec 2016 18:31:02 +0200
|
Date: Fri, 30 Dec 2016 18:31:02 +0200
|
||||||
Subject: [PATCH] Do not set PYTHON_INSTALL_DIR by running python
|
Subject: [PATCH] Do not set PYTHON_INSTALL_DIR by running python
|
||||||
@@ -11,11 +11,11 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
|||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/src/python/CMakeLists.txt b/src/python/CMakeLists.txt
|
diff --git a/src/python/CMakeLists.txt b/src/python/CMakeLists.txt
|
||||||
index 3d873f7..e977b2f 100644
|
index 855127f..dff1d97 100644
|
||||||
--- a/src/python/CMakeLists.txt
|
--- a/src/python/CMakeLists.txt
|
||||||
+++ b/src/python/CMakeLists.txt
|
+++ b/src/python/CMakeLists.txt
|
||||||
@@ -21,7 +21,7 @@ if (NOT SKBUILD)
|
@@ -14,7 +14,7 @@ if (NOT SKBUILD)
|
||||||
endif ()
|
FIND_PACKAGE(PythonInterp 3 EXACT REQUIRED)
|
||||||
endif (NOT SKBUILD)
|
endif (NOT SKBUILD)
|
||||||
|
|
||||||
-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)
|
-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)
|
||||||
|
|||||||
+1
-1
@@ -8,7 +8,7 @@ SRC_URI = "git://github.com/rpm-software-management/createrepo_c \
|
|||||||
file://0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \
|
file://0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRCREV = "031f0524905c2a64a2faae555ca9d91281448d1b"
|
SRCREV = "909a0636665ed96f97babc3b887f9badc88875c3"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
Reference in New Issue
Block a user