-
Notifications
You must be signed in to change notification settings - Fork 2k
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
tinydtls: fix for build system fix #6053
Conversation
Fixes #6036 (I hope) |
@@ -49,6 +49,8 @@ CFLAGS += -DDEVELHELP | |||
# NOTE: Add the package for TinyDTLS | |||
USEPKG += tinydtls | |||
|
|||
USEMODULE += tinydtls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A module and a package with the same name?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, as far as I understood #5891 the idea now:
USEPKG
just is responsible for getting the package, whileUSEMODULE
is responsible for building it as a module.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(this is not properly cleaned up in master, so we can't use it as an example ;-))
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this needed for this package, but not for other packages (e.g., ccn-lite) then?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because this package already has a pkg/$(PKG_NAME)/Makefile.dep
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(then the pkg's Makefile.dep needs to be changed to check for tinydtls in USEPKG.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Supongo que es muy útil de abrir los ojos para postear un link. 😉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed :P
Wait the branch you referenced doesn't provide the patch... |
Updated board blacklist according to @rfuentess reporting (and also adapted memory unsufficient list accordingly ;-)) |
Of course I forgot to add the Makefile.dep I was talking about in #6053 (comment). @rfuentess this fixes the issue we talked about on IRC. |
Let's try building this a few times to make sure #6036 is really fixed. |
success no 2 |
success no 3 |
Meanwhile murdock is running, I'm testing directly on my local copy. Right now, 17 successful testing of |
I will do five runs of Murdock (minus the one after rebase). |
As long Murdock is OK I think the changes are good, so, ACK ! |
success no 4 |
success no 5 \o/ rebasing now. |
bb6f76b
to
d50d5d6
Compare
Done |
d50d5d6
to
21c4cb4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK on the behalf of @rfuentess
Backport provided in #6061. |
Murdock fail weird but unrelated (for once ^^) |
(just FYI, it was caused by #5848) |
Do not merge until rfuentess/TinyDTLS#1 was resolved and the PKG_VERSION of tinydtls updated accordingly in this PR!