On 3/12/26 11:44 AM, Thorsten Lannynd via lists.yoctoproject.org wrote:
Add bbappend to enable OpenSSL in FFmpeg PACKAGECONFIG, allowing FFmpeg to
handle HTTPS URLs directly without requiring external tools for secure
video streaming.
Signed-off-by: Thorsten Lannynd <[email protected]>
---
meta-arago-distro/recipes-multimedia/ffmpeg/ffmpeg.inc | 4 ++++
meta-arago-distro/recipes-multimedia/ffmpeg/ffmpeg_%.bbappend | 4 ++++
2 files changed, 8 insertions(+)
create mode 100644 meta-arago-distro/recipes-multimedia/ffmpeg/ffmpeg.inc
create mode 100644
meta-arago-distro/recipes-multimedia/ffmpeg/ffmpeg_%.bbappend
diff --git a/meta-arago-distro/recipes-multimedia/ffmpeg/ffmpeg.inc
b/meta-arago-distro/recipes-multimedia/ffmpeg/ffmpeg.inc
new file mode 100644
index 00000000..5741ed6f
--- /dev/null
+++ b/meta-arago-distro/recipes-multimedia/ffmpeg/ffmpeg.inc
@@ -0,0 +1,4 @@
+PR:append = ".arago0"
+
+# Add OpenSSL support for HTTPS protocol
+PACKAGECONFIG:append = " openssl"
\ No newline at end of file
Check your patches for trivial issues like the above before sending.
Also simple PACKAGECONFIG adjustments like this can be done with a
single line inside arago.conf.
Andrew
diff --git a/meta-arago-distro/recipes-multimedia/ffmpeg/ffmpeg_%.bbappend
b/meta-arago-distro/recipes-multimedia/ffmpeg/ffmpeg_%.bbappend
new file mode 100644
index 00000000..d1c6e9b3
--- /dev/null
+++ b/meta-arago-distro/recipes-multimedia/ffmpeg/ffmpeg_%.bbappend
@@ -0,0 +1,4 @@
+FFMPEG_ARAGO = ""
+FFMPEG_ARAGO:arago = "ffmpeg.inc"
+
+require ${FFMPEG_ARAGO}
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#17327):
https://lists.yoctoproject.org/g/meta-arago/message/17327
Mute This Topic: https://lists.yoctoproject.org/mt/118282384/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-