All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/6] udisks2: Updare to latest master beyond 2.8.4
@ 2020-01-02  6:13 Khem Raj
  2020-01-02  6:13 ` [meta-networking][PATCH 2/6] netcat: Fix build with gettext 0.20.x Khem Raj
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Khem Raj @ 2020-01-02  6:13 UTC (permalink / raw)
  To: openembedded-devel

Drop the feature.h patch since its fixed differently upstream [1]

[1] https://github.com/storaged-project/udisks/commit/7c9bb088ed8c7b509e94f68abe6427b45fad092f

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../udisks/udisks2/non-gnu-libc.patch         | 26 -------------------
 meta-oe/recipes-support/udisks/udisks2_git.bb |  5 ++--
 2 files changed, 2 insertions(+), 29 deletions(-)
 delete mode 100644 meta-oe/recipes-support/udisks/udisks2/non-gnu-libc.patch

diff --git a/meta-oe/recipes-support/udisks/udisks2/non-gnu-libc.patch b/meta-oe/recipes-support/udisks/udisks2/non-gnu-libc.patch
deleted file mode 100644
index 98e6c75f24..0000000000
--- a/meta-oe/recipes-support/udisks/udisks2/non-gnu-libc.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-musl does not define __GNUC_PREREQ therefore check for C library being glibc
-if not then define the macro
-
-Upstream-Status: Pending
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
-Index: udisks-2.1.7/udisks/udisksclient.c
-===================================================================
---- udisks-2.1.7.orig/udisks/udisksclient.c
-+++ udisks-2.1.7/udisks/udisksclient.c
-@@ -27,8 +27,15 @@
- #include "udisksobjectinfo.h"
- 
- /* For __GNUC_PREREQ usage below */
--#ifdef __GNUC__
-+#ifdef __GLIBC__
- # include <features.h>
-+#else
-+#if defined(__GNUC__)
-+#define	__GNUC_PREREQ(__maj, __min)	\
-+	(__GNUC__ > (__maj) || __GNUC__ == (__maj) && __GNUC_MINOR__ >= (__min))
-+#else
-+#define	__GNUC_PREREQ(__maj, __min) 0
-+#endif
- #endif
- 
- /**
diff --git a/meta-oe/recipes-support/udisks/udisks2_git.bb b/meta-oe/recipes-support/udisks/udisks2_git.bb
index 21851666ee..ecaf01e71d 100644
--- a/meta-oe/recipes-support/udisks/udisks2_git.bb
+++ b/meta-oe/recipes-support/udisks/udisks2_git.bb
@@ -18,10 +18,9 @@ RDEPENDS_${PN} = "acl"
 
 SRC_URI = " \
     git://github.com/storaged-project/udisks.git;branch=master \
-    file://non-gnu-libc.patch \
 "
-PV = "2.8.4"
-SRCREV = "f333e13de8d32f2b82237ccd180c3458d71e78b8"
+PV = "2.8.4+git${SRCREV}"
+SRCREV = "db5f487345da2eaa87976450ea51c2c465d9b82e"
 S = "${WORKDIR}/git"
 
 CVE_PRODUCT = "udisks"
-- 
2.24.1



^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-01-02 17:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-02  6:13 [meta-oe][PATCH 1/6] udisks2: Updare to latest master beyond 2.8.4 Khem Raj
2020-01-02  6:13 ` [meta-networking][PATCH 2/6] netcat: Fix build with gettext 0.20.x Khem Raj
2020-01-02  6:13 ` [meta-oe][PATCH 3/6] gtkperf: Fix build with latest " Khem Raj
2020-01-02 10:55   ` Adrian Bunk
2020-01-02 16:22     ` Khem Raj
2020-01-02 17:35       ` Khem Raj
2020-01-02  6:13 ` [meta-oe][PATCH 4/6] hddtemp: " Khem Raj
2020-01-02 11:08   ` Adrian Bunk
2020-01-02 17:33     ` Khem Raj
2020-01-02  6:13 ` [meta-multimedia][PATCH 5/6] vorbis-tools: Use external gettext Khem Raj
2020-01-02  6:13 ` [meta-oe][PATCH 6/6] rwmem: Upgrade to latest Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.