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

fix wrong SRC_URI, update LICENSE #89

Closed
wants to merge 2 commits into from

Conversation

flarno11
Copy link
Contributor

SRC_URI seems to be wrong, nothing gets checkout out and the recipe fails with zram-init-git-r0 do_populate_lic: QA Issue: zram-init: LIC_FILES_CHKSUM points to an invalid file.

Changing LICENSE to GPL-2.0-only fixes the WARNING: zram-init-git-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2 [obsolete-license]

@arthursdo
Copy link
Contributor

I encountered an issue during the build process of the Telegraf recipe, resulting in the following error:

| go: cloud.google.com/go@v0.53.0: Get "https://proxy.golang.org/cloud.google.com/go/@v/v0.53.0.mod": dial tcp: lookup proxy.golang.org on 10.5.3.1:53: dial udp 10.5.3.1:53: connect: network is unreachable
| WARNING: exit code 1 from a shell command.
ERROR: Task (meta-ossystems-base/recipes-devtools/telegraf/telegraf_1.14.5.bb:do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 828 tasks of which 826 didn't need to be rerun and 1 failed.

It seems necessary to enable network access during the compilation. I resolved this by adding the line do_compile[network]="1" to the recipe.

Additionally, I'd like to point out that both commits deviate from our standard format. Here's an example for reference:

<file changed>: <brief description of the change>

<description of the change>

Signed-off-by:  <your signature> 

This format ensures clarity and consistency in our commit history. Thank you for your attention to this detail.

@flarno11
Copy link
Contributor Author

Thanks for the feedback @arthursdo, I've addressed the points in a new PR #90

@flarno11 flarno11 closed this Nov 21, 2023
@flarno11 flarno11 deleted the patch-1 branch November 21, 2023 09:50
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