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

In Yocto Project builds we noticed Config_heavy.pl sometimes has lines: #89

Closed
wants to merge 1 commit into from

Conversation

rpurdie
Copy link
Contributor

@rpurdie rpurdie commented Feb 19, 2020

cwarnflags=XXX
ccstdflags=XXX

and sometimes does not.

The reason is that this information is pulled from cflags by configpm and yet
there is no dependency in the Makefile.

Add one to fix this.

Signed-off-by: Richard Purdie richard.purdie@linuxfoundation.org

cwarnflags=XXX
ccstdflags=XXX

and sometimes does not.

The reason is that this information is pulled from cflags by configpm and yet
there is no dependency in the Makefile.

Add one to fix this.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
@arsv
Copy link
Owner

arsv commented Feb 20, 2020

Merged, thanks.

@arsv arsv closed this Feb 20, 2020
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.

None yet

2 participants