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/local.mk: fix local pkg build #13056

Merged
merged 1 commit into from
Jan 9, 2020

Conversation

fjmolinas
Copy link
Contributor

Contribution description

In #13036 a test case was missed and with the change in wasn't building local pkg. Still not sure what broke it but this at least fixes the issue. See #13055

Re-added phony since the ifdef prevents reaching the declaration in pkg/pkg.mk

Testing procedure

See #13055

Issues/PRs references

Introduced by #13036
Fixes #13055

@fjmolinas fjmolinas added Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) Area: pkg Area: External package ports CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Jan 9, 2020
@fjmolinas fjmolinas force-pushed the pr_fix_local_pkg_13036 branch from 5c83642 to 673ff3e Compare January 9, 2020 10:19
@fjmolinas
Copy link
Contributor Author

I removed the print since it was innacurate.

@basilfx
Copy link
Member

basilfx commented Jan 9, 2020

Just checking: we don't assume it does the whole patching stuff, right? If not, than I can confirm it works for pkg/u8g2.

@fjmolinas
Copy link
Contributor Author

Just checking: we don't assume it does the whole patching stuff, right? If not, than I can confirm it works for pkg/u8g2.

No patching if building locally ;)

@fjmolinas
Copy link
Contributor Author

No patching if building locally ;)

Here it should just recompile if a change is made to the code base, in your local dir.

@basilfx
Copy link
Member

basilfx commented Jan 9, 2020

Then, together with the confirmation by @haukepetersen in #13055, I ACK.

@basilfx basilfx self-requested a review January 9, 2020 10:50
@basilfx basilfx merged commit 4dc6767 into RIOT-OS:master Jan 9, 2020
@fjmolinas fjmolinas deleted the pr_fix_local_pkg_13036 branch January 9, 2020 11:02
@fjmolinas
Copy link
Contributor Author

Thanks @basilfx! Thanks for spotting the issue @haukepetersen!

@fjmolinas fjmolinas added this to the Release 2020.01 milestone Jan 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: pkg Area: External package ports CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PKG_SOURCE_LOCAL override is broken
2 participants