Openembedded Core Discussions
 help / color / mirror / Atom feed
* [oe-core][PATCH 1/2] introduce virtual/ffmpeg
@ 2025-09-16 15:57 Markus Volk
  2025-09-16 15:58 ` [oe-core][PATCH 2/2] gstreamer1.0-libav: depend on virtual/ffmpeg Markus Volk
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Markus Volk @ 2025-09-16 15:57 UTC (permalink / raw)
  To: openembedded-core

- add 'ffmpeg' as the preferred provider for virtual/ffmpeg

Using virtual/ffmpeg can be useful for recipes that require a different version
to that provided by oe-core (e.g. kodi)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 meta/conf/distro/include/default-providers.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/conf/distro/include/default-providers.inc b/meta/conf/distro/include/default-providers.inc
index 3f113543cd..7c969b0889 100644
--- a/meta/conf/distro/include/default-providers.inc
+++ b/meta/conf/distro/include/default-providers.inc
@@ -13,6 +13,7 @@ PREFERRED_PROVIDER_virtual/nativesdk-libgl ?= "${@bb.utils.contains('DISTRO_FEAT
 PREFERRED_PROVIDER_virtual/libgles1 ?= "${@bb.utils.contains('DISTRO_FEATURES', 'glvnd', 'libglvnd', 'mesa',d)}"
 PREFERRED_PROVIDER_virtual/libgles2 ?= "${@bb.utils.contains('DISTRO_FEATURES', 'glvnd', 'libglvnd', 'mesa',d)}"
 PREFERRED_PROVIDER_virtual/libgles3 ?= "${@bb.utils.contains('DISTRO_FEATURES', 'glvnd', 'libglvnd', 'mesa',d)}"
+PREFERRED_PROVIDER_virtual/ffmpeg ?= "ffmpeg"
 PREFERRED_PROVIDER_virtual/mesa ?= "mesa"
 PREFERRED_PROVIDER_virtual/update-alternatives ?= "opkg-utils"
 PREFERRED_PROVIDER_virtual/update-alternatives-native ?= "opkg-utils-native"
-- 
2.50.1



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

end of thread, other threads:[~2025-09-20 11:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-16 15:57 [oe-core][PATCH 1/2] introduce virtual/ffmpeg Markus Volk
2025-09-16 15:58 ` [oe-core][PATCH 2/2] gstreamer1.0-libav: depend on virtual/ffmpeg Markus Volk
2025-09-16 16:04 ` Patchtest results for [oe-core][PATCH 1/2] introduce virtual/ffmpeg patchtest
2025-09-16 16:26 ` Alexander Kanavin
2025-09-16 16:51   ` Markus Volk
     [not found]   ` <1865D16D5AB1B07F.13540@lists.openembedded.org>
2025-09-16 17:06     ` Markus Volk
2025-09-16 19:14       ` Alexander Kanavin
2025-09-20 10:49   ` Markus Volk
     [not found]   ` <1866F8043523DE78.12551@lists.openembedded.org>
2025-09-20 11:02     ` Markus Volk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox