Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport mickledore] Fix wrong Source Uri and other warnings in zram-init and telegraf #92

Merged
merged 2 commits into from
Nov 27, 2023

Conversation

github-actions[bot]
Copy link

Description

Backport of #90 to mickledore.

This commit fixes the SRC_URI for the zram-init recipe. It sets the scheme to
git:// to ensure a Git clone is done and uses protocol=https, the current
standard protocol. This change ensures the zram-init recipe can fetch the
source code using the supported HTTPS protocol. The change in the LICENSE field
fixes the obsolete-license warning.

Signed-off-by: Flarno <flarno11@gmail.com>
(cherry picked from commit 95c43a3)
This commit fixes the SRC_URI for the telegraf recipe. It sets the scheme to
git:// to ensure a Git clone is done and uses protocol=https, the current
standard protocol. This change ensures the telegraf recipe can fetch the source
code using the supported HTTPS protocol and access the internet during the
compilation.

Signed-off-by: Flarno <flarno11@gmail.com>
(cherry picked from commit 40d2fa6)
@otavio otavio merged commit c2d03ae into mickledore Nov 27, 2023
@otavio otavio deleted the backport-90-to-mickledore branch November 27, 2023 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants