diff options
Diffstat (limited to 'meta/recipes-devtools/createrepo-c')
-rw-r--r-- | meta/recipes-devtools/createrepo-c/createrepo-c/0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch | 5 | ||||
-rw-r--r-- | meta/recipes-devtools/createrepo-c/createrepo-c/0001-include-rpm-rpmstring.h.patch | 5 | ||||
-rw-r--r-- | meta/recipes-devtools/createrepo-c/createrepo-c_1.2.1.bb (renamed from meta/recipes-devtools/createrepo-c/createrepo-c_1.1.0.bb) | 6 |
3 files changed, 5 insertions, 11 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 b63fe53944..ca3f0782a8 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 @@ | |||
1 | From 6f8f6d151b831b60f6e7892aa9294a6361353c72 Mon Sep 17 00:00:00 2001 | 1 | From 20aec3f83a7ab6ebb89f40ee8c5df1af65eba32b Mon Sep 17 00:00:00 2001 |
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> |
3 | Date: Fri, 30 Dec 2016 18:31:02 +0200 | 3 | Date: Fri, 30 Dec 2016 18:31:02 +0200 |
4 | Subject: [PATCH] Do not set PYTHON_INSTALL_DIR by running python | 4 | Subject: [PATCH] Do not set PYTHON_INSTALL_DIR by running python |
@@ -23,6 +23,3 @@ index a31b14d..01fd8ca 100644 | |||
23 | INCLUDE_DIRECTORIES (${PYTHON_INCLUDE_PATH}) | 23 | INCLUDE_DIRECTORIES (${PYTHON_INCLUDE_PATH}) |
24 | 24 | ||
25 | MESSAGE(STATUS "Python install dir is ${PYTHON_INSTALL_DIR}") | 25 | MESSAGE(STATUS "Python install dir is ${PYTHON_INSTALL_DIR}") |
26 | -- | ||
27 | 2.25.1 | ||
28 | |||
diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c/0001-include-rpm-rpmstring.h.patch b/meta/recipes-devtools/createrepo-c/createrepo-c/0001-include-rpm-rpmstring.h.patch index b7e5710b39..4f2f780a64 100644 --- a/meta/recipes-devtools/createrepo-c/createrepo-c/0001-include-rpm-rpmstring.h.patch +++ b/meta/recipes-devtools/createrepo-c/createrepo-c/0001-include-rpm-rpmstring.h.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From eb66326c3fc6e942282d01ddd56659c78ed7400b Mon Sep 17 00:00:00 2001 | 1 | From aa508662cfa48f706bf68ace55ed311a9e820d3f Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Fri, 13 Jan 2023 13:21:51 -0800 | 3 | Date: Fri, 13 Jan 2023 13:21:51 -0800 |
4 | Subject: [PATCH] include rpm/rpmstring.h | 4 | Subject: [PATCH] include rpm/rpmstring.h |
@@ -11,13 +11,12 @@ on 'rasprintf'; ISO C99 and later do not support implicit function declarations | |||
11 | 11 | ||
12 | Upstream-Status: Submitted [https://github.com/rpm-software-management/createrepo_c/pull/340] | 12 | Upstream-Status: Submitted [https://github.com/rpm-software-management/createrepo_c/pull/340] |
13 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 13 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
14 | |||
15 | --- | 14 | --- |
16 | src/xml_file.c | 1 + | 15 | src/xml_file.c | 1 + |
17 | 1 file changed, 1 insertion(+) | 16 | 1 file changed, 1 insertion(+) |
18 | 17 | ||
19 | diff --git a/src/xml_file.c b/src/xml_file.c | 18 | diff --git a/src/xml_file.c b/src/xml_file.c |
20 | index d2400b8..871109c 100644 | 19 | index 44b38f9..de5176b 100644 |
21 | --- a/src/xml_file.c | 20 | --- a/src/xml_file.c |
22 | +++ b/src/xml_file.c | 21 | +++ b/src/xml_file.c |
23 | @@ -19,6 +19,7 @@ | 22 | @@ -19,6 +19,7 @@ |
diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.0.bb b/meta/recipes-devtools/createrepo-c/createrepo-c_1.2.1.bb index 1f97c99bde..63a717726c 100644 --- a/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.0.bb +++ b/meta/recipes-devtools/createrepo-c/createrepo-c_1.2.1.bb | |||
@@ -4,14 +4,12 @@ HOMEPAGE = "https://github.com/rpm-software-management/createrepo_c/wiki" | |||
4 | LICENSE = "GPL-2.0-only" | 4 | LICENSE = "GPL-2.0-only" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/rpm-software-management/createrepo_c;branch=master;protocol=https \ | 7 | SRC_URI = "git://github.com/rpm-software-management/createrepo_c;branch=master;protocol=https;tag=${PV} \ |
8 | file://0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \ | 8 | file://0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \ |
9 | file://0001-include-rpm-rpmstring.h.patch \ | 9 | file://0001-include-rpm-rpmstring.h.patch \ |
10 | " | 10 | " |
11 | 11 | ||
12 | SRCREV = "10a8a7af4f1de3f98a21a7d08fe3a46ef306d197" | 12 | SRCREV = "8c6e6f88df86d1e34ca26d3835d77a2816326414" |
13 | |||
14 | S = "${WORKDIR}/git" | ||
15 | 13 | ||
16 | DEPENDS = "expat curl glib-2.0 libxml2 openssl bzip2 zlib file sqlite3 xz rpm" | 14 | DEPENDS = "expat curl glib-2.0 libxml2 openssl bzip2 zlib file sqlite3 xz rpm" |
17 | DEPENDS:append:class-native = " file-replacement-native" | 15 | DEPENDS:append:class-native = " file-replacement-native" |