diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-15 08:42:50 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-17 07:47:08 +0100 |
| commit | 8c110b69f9f1cdc15349b2b8b373fd8f9fa3a00c (patch) | |
| tree | b83741efa9f0890ffb84674f748a2c304c9e2e48 /meta/recipes-devtools | |
| parent | a442006c811425cfcc9cd6ce2f45e15f2075c4c7 (diff) | |
| download | poky-8c110b69f9f1cdc15349b2b8b373fd8f9fa3a00c.tar.gz | |
librepo: upgrade 1.14.4 -> 1.14.5
(From OE-Core rev: 4291f53127f0740a1004f0b6fb823b9823562c58)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
| -rw-r--r-- | meta/recipes-devtools/librepo/librepo/0001-metadata_downloader-Include-unistd.h-for-lseek.patch | 34 | ||||
| -rw-r--r-- | meta/recipes-devtools/librepo/librepo_1.14.5.bb (renamed from meta/recipes-devtools/librepo/librepo_1.14.4.bb) | 3 |
2 files changed, 1 insertions, 36 deletions
diff --git a/meta/recipes-devtools/librepo/librepo/0001-metadata_downloader-Include-unistd.h-for-lseek.patch b/meta/recipes-devtools/librepo/librepo/0001-metadata_downloader-Include-unistd.h-for-lseek.patch deleted file mode 100644 index 22b3110a61..0000000000 --- a/meta/recipes-devtools/librepo/librepo/0001-metadata_downloader-Include-unistd.h-for-lseek.patch +++ /dev/null | |||
| @@ -1,34 +0,0 @@ | |||
| 1 | From 5c63ec2e2d4726268ace85e5c61727cbd811d982 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Sat, 27 Aug 2022 09:00:24 -0700 | ||
| 4 | Subject: [PATCH] metadata_downloader: Include unistd.h for lseek() | ||
| 5 | |||
| 6 | This is found when compiling on musl systems | ||
| 7 | |||
| 8 | Fixes | ||
| 9 | |||
| 10 | metadata_downloader.c:331:9: error: call to undeclared function 'lseek'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] | ||
| 11 | lseek(fd_value, SEEK_SET, 0); | ||
| 12 | ^ | ||
| 13 | |||
| 14 | Upstream-Status: Submitted [https://github.com/rpm-software-management/librepo/pull/263] | ||
| 15 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 16 | --- | ||
| 17 | librepo/metadata_downloader.c | 1 + | ||
| 18 | 1 file changed, 1 insertion(+) | ||
| 19 | |||
| 20 | diff --git a/librepo/metadata_downloader.c b/librepo/metadata_downloader.c | ||
| 21 | index 123c77b..6604255 100644 | ||
| 22 | --- a/librepo/metadata_downloader.c | ||
| 23 | +++ b/librepo/metadata_downloader.c | ||
| 24 | @@ -24,6 +24,7 @@ | ||
| 25 | #include <assert.h> | ||
| 26 | #include <string.h> | ||
| 27 | #include <errno.h> | ||
| 28 | +#include <unistd.h> | ||
| 29 | #include <sys/stat.h> | ||
| 30 | |||
| 31 | #include "librepo/librepo.h" | ||
| 32 | -- | ||
| 33 | 2.37.2 | ||
| 34 | |||
diff --git a/meta/recipes-devtools/librepo/librepo_1.14.4.bb b/meta/recipes-devtools/librepo/librepo_1.14.5.bb index 2b8bd132f3..46cfce53ff 100644 --- a/meta/recipes-devtools/librepo/librepo_1.14.4.bb +++ b/meta/recipes-devtools/librepo/librepo_1.14.5.bb | |||
| @@ -8,10 +8,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | |||
| 8 | SRC_URI = "git://github.com/rpm-software-management/librepo.git;branch=master;protocol=https \ | 8 | SRC_URI = "git://github.com/rpm-software-management/librepo.git;branch=master;protocol=https \ |
| 9 | file://0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch \ | 9 | file://0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch \ |
| 10 | file://0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch \ | 10 | file://0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch \ |
| 11 | file://0001-metadata_downloader-Include-unistd.h-for-lseek.patch \ | ||
| 12 | " | 11 | " |
| 13 | 12 | ||
| 14 | SRCREV = "2bd1041c741c85bc196ca01dcca1eae6099eb742" | 13 | SRCREV = "f4b915be5e04e88263097f65addfcac5919fef41" |
| 15 | 14 | ||
| 16 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 17 | 16 | ||
