]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
createrepo-c: upgrade 1.1.4 -> 1.2.0
authorAlexander Kanavin <alex@linutronix.de>
Mon, 25 Nov 2024 12:00:57 +0000 (13:00 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 Nov 2024 14:51:25 +0000 (14:51 +0000)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/createrepo-c/createrepo-c/0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch
meta/recipes-devtools/createrepo-c/createrepo-c/0001-include-rpm-rpmstring.h.patch
meta/recipes-devtools/createrepo-c/createrepo-c_1.2.0.bb [moved from meta/recipes-devtools/createrepo-c/createrepo-c_1.1.4.bb with 96% similarity]

index b63fe53944175e452b46000e5dbec84f98a87857..1d2e81f281d8e93dbb55aaea32685589fd622ca8 100644 (file)
@@ -1,4 +1,4 @@
-From 6f8f6d151b831b60f6e7892aa9294a6361353c72 Mon Sep 17 00:00:00 2001
+From 5d974eddfd59291fbbf9bf9b352431d8565011d2 Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex.kanavin@gmail.com>
 Date: Fri, 30 Dec 2016 18:31:02 +0200
 Subject: [PATCH] Do not set PYTHON_INSTALL_DIR by running python
@@ -23,6 +23,3 @@ index a31b14d..01fd8ca 100644
  INCLUDE_DIRECTORIES (${PYTHON_INCLUDE_PATH})
  
  MESSAGE(STATUS "Python install dir is ${PYTHON_INSTALL_DIR}")
--- 
-2.25.1
-
index b7e5710b391c2ea7d61bc7ab296f751a078f9980..e7f3d32e088575b3fb3153b503cf17f10c9634d3 100644 (file)
@@ -1,4 +1,4 @@
-From eb66326c3fc6e942282d01ddd56659c78ed7400b Mon Sep 17 00:00:00 2001
+From d1a474e4002b978a54c918d46423c35bfbadad8b Mon Sep 17 00:00:00 2001
 From: Khem Raj <raj.khem@gmail.com>
 Date: Fri, 13 Jan 2023 13:21:51 -0800
 Subject: [PATCH] include rpm/rpmstring.h
@@ -11,13 +11,12 @@ on 'rasprintf'; ISO C99 and later do not support implicit function declarations
 
 Upstream-Status: Submitted [https://github.com/rpm-software-management/createrepo_c/pull/340]
 Signed-off-by: Khem Raj <raj.khem@gmail.com>
-
 ---
  src/xml_file.c | 1 +
  1 file changed, 1 insertion(+)
 
 diff --git a/src/xml_file.c b/src/xml_file.c
-index d2400b8..871109c 100644
+index 44b38f9..de5176b 100644
 --- a/src/xml_file.c
 +++ b/src/xml_file.c
 @@ -19,6 +19,7 @@
similarity index 96%
rename from meta/recipes-devtools/createrepo-c/createrepo-c_1.1.4.bb
rename to meta/recipes-devtools/createrepo-c/createrepo-c_1.2.0.bb
index 0a37c761870ffcb8324b2b0b41fc2f364c5a20c3..60523d5318c00b130c4d90d149edcb66e9dc5369 100644 (file)
@@ -9,7 +9,7 @@ SRC_URI = "git://github.com/rpm-software-management/createrepo_c;branch=master;p
            file://0001-include-rpm-rpmstring.h.patch \
            "
 
-SRCREV = "a5a8990ff84b7977218976ea14c703330fb52875"
+SRCREV = "7085e047dc9f58a1de6ee6f3faf733826e60b963"
 
 S = "${WORKDIR}/git"