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

pkg/libcose: fix auto_init compilation #20174

Merged
merged 1 commit into from
Dec 14, 2023

Conversation

fabian18
Copy link
Contributor

Contribution description

The file pkg/libcose/init/init.c is just missing the include of pkg/libcose/include/cose/crypto/riot.h to know about AUTO_INIT_PRIO_MOD_LIBCOSE.

Testing procedure

CFLAGS+=-DCONFIG_AUTO_INIT_ENABLE_DEBUG=1 USEPKG+=libcose BOARD=same54-xpro make -C examples/suit_update compiles with this fix.

Issues/PRs references

@github-actions github-actions bot added the Area: pkg Area: External package ports label Dec 13, 2023
@fabian18 fabian18 added Impact: minor The PR is small in size and might only require a quick look of a knowledgeable reviewer CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR and removed Area: pkg Area: External package ports labels Dec 13, 2023
@benpicco benpicco requested a review from bergzand December 13, 2023 11:34
@riot-ci
Copy link

riot-ci commented Dec 13, 2023

Murdock results

✔️ PASSED

f9c5420 pkg/libcose: fix auto_init compilation

Success Failures Total Runtime
8082 0 8082 09m:56s

Artifacts

@benpicco benpicco added this pull request to the merge queue Dec 13, 2023
Merged via the queue into RIOT-OS:master with commit 79d27ad Dec 14, 2023
29 checks passed
@MrKevinWeiss MrKevinWeiss added this to the Release 2024.01 milestone Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Impact: minor The PR is small in size and might only require a quick look of a knowledgeable reviewer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants