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/openwsn: prevent build loop #5251

Merged
merged 1 commit into from
Apr 15, 2016

Conversation

cgundogan
Copy link
Member

When I build the openwsn application from the application repository, then I get a build loop.

A smiliar line is in pkg/Makefile.git, so I guess it is not needed to repeat that in pkg/openwsn/Makefile

@cgundogan cgundogan added Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) Area: build system Area: Build system Area: pkg Area: External package ports labels Apr 6, 2016
@cgundogan
Copy link
Member Author

I could also remove the target instead of just the command to execute, if desired.

@OlegHahm OlegHahm assigned kaspar030 and unassigned OlegHahm Apr 6, 2016
@@ -5,6 +5,5 @@ PKG_VERSION=ff25e5d0ae5d344ed793a724d60532fb917bf1f8
.PHONY: all

all: git-download
"$(MAKE)" -C $(PKG_DIR)
Copy link
Contributor

Choose a reason for hiding this comment

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

Hm, but that line should actually build the package. It is wrong and should be $(MAKE)" -C $(PKG_BUILDDIR).

If you remove it, does the openwsn application build at all?

Copy link
Member Author

Choose a reason for hiding this comment

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

addressed

@cgundogan
Copy link
Member Author

@kaspar030 you were right, it didn't build openwsn. I fixed it the way you proposed and amended the change. It now attempts to build openwsn (fails for other reasons, though)

@cgundogan cgundogan added this to the Release 2016.04 milestone Apr 7, 2016
@cgundogan
Copy link
Member Author

I included this bug fix into the current release, because it is .. a bug fix. However, the severity may be very low, because we currently have no working examples/applications utilizing openwsn.

@cgundogan cgundogan added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Apr 10, 2016
@cgundogan
Copy link
Member Author

Anyone care to acknowledge?

1 similar comment
@cgundogan
Copy link
Member Author

Anyone care to acknowledge?

@haukepetersen
Copy link
Contributor

ACK and go.

@haukepetersen haukepetersen merged commit 26ce9cd into RIOT-OS:master Apr 15, 2016
@cgundogan cgundogan added the Process: needs backport Integration Process: The PR is required to be backported to a release or feature branch label Apr 15, 2016
@cgundogan cgundogan deleted the pr/pkg/openwsn branch April 15, 2016 10:40
@cgundogan cgundogan removed the Process: needs backport Integration Process: The PR is required to be backported to a release or feature branch label Apr 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: build system Area: Build system 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.

4 participants