[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openembedded-core
Subject:    [OE-core] [PATCH] gstreamer1.0: drop 0004-capfix.patch
From:       "Jose Quaresma" <quaresma.jose () gmail ! com>
Date:       2020-10-30 23:22:09
Message-ID: 20201030232209.624184-1-quaresma.jose () gmail ! com
[Download RAW message or body]

Content-Transfer-Encoding: 8bit

In the update for 1.18 it added by mistake

Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
---
 .../gstreamer/gstreamer1.0/0004-capfix.patch  | 48 -------------------
 1 file changed, 48 deletions(-)
 delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0/0004-capfix.patch

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0/0004-capfix.patch \
b/meta/recipes-multimedia/gstreamer/gstreamer1.0/0004-capfix.patch deleted file mode \
100644 index 32e9610cff..0000000000
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0/0004-capfix.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-From 9607e9858d681f5ad2e1677f5dbbb1fb61bd8846 Mon Sep 17 00:00:00 2001
-From: Jose Quaresma <quaresma.jose@gmail.com>
-Date: Sun, 18 Oct 2020 10:40:59 +0100
-Subject: [PATCH 4/4] Currently gstreamer configuration depends on whether
- setcap is found on the host system. Turn this into a configure option to make
- builds deterinistic.
-
-RP 2020/2/19
-Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-Upstream-Status: Pending
----
- libs/gst/helpers/meson.build | 7 ++++++-
- meson_options.txt            | 1 +
- 2 files changed, 7 insertions(+), 1 deletion(-)
-
-diff --git a/libs/gst/helpers/meson.build b/libs/gst/helpers/meson.build
-index 9e5a4ae..c2e540f 100644
---- a/libs/gst/helpers/meson.build
-+++ b/libs/gst/helpers/meson.build
-@@ -66,7 +66,12 @@ if have_ptp
-       description : 'getifaddrs() and AF_LINK is available')
-   endif
- 
--  setcap_prog = find_program('setcap', '/usr/sbin/setcap', '/sbin/setcap', required \
                : false)
-+  setcap_feature = get_option('setcap')
-+  if setcap_feature.disabled()
-+    setcap_prog = find_program('dontexist', required : false)
-+  else
-+    setcap_prog = find_program('setcap', '/usr/sbin/setcap', '/sbin/setcap', \
                required : false)
-+  endif
-   cap_dep = dependency('libcap', required: false)
- 
-   # user/group to change to in gst-ptp-helper
-diff --git a/meson_options.txt b/meson_options.txt
-index 346c423..03338ad 100644
---- a/meson_options.txt
-+++ b/meson_options.txt
-@@ -25,6 +25,7 @@ option('libdw', type : 'feature', value : 'auto', description : \
                'Use libdw to ge
- option('dbghelp', type : 'feature', value : 'auto', description : 'Use dbghelp to \
                generate backtraces')
- option('bash-completion', type : 'feature', value : 'auto', description : 'Install \
                bash completion files')
- option('coretracers', type : 'feature', value : 'auto', description : 'Build \
                coretracers plugin')
-+option('setcap', type : 'feature', value : 'auto', description : 'Use setcap')
- 
- # Common feature options
- option('examples', type : 'feature', value : 'auto', yield : true)
--- 
-2.28.0
-
-- 
2.29.2



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#144022): https://lists.openembedded.org/g/openembedded-core/message/144022
Mute This Topic: https://lists.openembedded.org/mt/77925081/4454766
Group Owner: openembedded-core+owner@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [openembedded-core@marc.info]
-=-=-=-=-=-=-=-=-=-=-=-



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic