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

gcoap: small dependencies fixes #17944

Merged
merged 2 commits into from
Apr 14, 2022
Merged

Conversation

fjmolinas
Copy link
Contributor

Contribution description

gcoap uses random but does not pull it indirectly, this fixes it. It's currently not shown because all possible network stacks pull in random for it.

- GCOAP requires random functions
- openwsn_sock_udp is elected if openwsn stack is used and sock_udp
  as well, so remove redundant dependency
Comment on lines -651 to -653
ifneq (,$(filter openwsn%,$(USEMODULE)))
USEMODULE += openwsn_sock_udp
endif
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This removal seems unrelated.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Its in the commit message 34eb656

@benpicco benpicco added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Apr 14, 2022
@miri64 miri64 changed the title gcoap: small dependencies fiex gcoap: small dependencies fixes Apr 14, 2022
@fjmolinas
Copy link
Contributor Author

All green @benpicco

@benpicco benpicco enabled auto-merge April 14, 2022 16:34
@benpicco benpicco merged commit 4bad5a1 into RIOT-OS:master Apr 14, 2022
@fjmolinas fjmolinas deleted the pr_gcoap_deps_fixes branch April 14, 2022 16:38
@fjmolinas
Copy link
Contributor Author

Thanks!

@chrysn chrysn added this to the Release 2022.07 milestone Aug 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: network Area: Networking Area: sys Area: System CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants