Re: [meta-arago][master][PATCH] meta-arago-distro: ffmpeg: Enable OpenSSL support for HTTPS protocol

Andrew Davis <[email protected]> Thu, 12 Mar 2026 13:36:59 -0500
Newsgroups org.yoctoproject.lists.meta-arago
Message-ID <[email protected]>
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 (#17325): https://lists.yoctoproject.org/g/meta-arago/message/17325
> Mute This Topic: https://lists.yoctoproject.org/mt/118282384/3619733
> Group Owner: [email protected]
> Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]]
> -=-=-=-=-=-=-=-=-=-=-=-
> 
>