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

Fix build of plugin and tests with custom target suffix #105

Merged
merged 4 commits into from Mar 30, 2014

Conversation

opendreambox
Copy link
Contributor

In my previous pull request I introduced a TARGET_SUFFIX variable, but missed adjusting the plugin and tests subdirectories. This happened, because
1.) in my native test builds, libconnman-qt4 was already installed on the system, therefore hiding the linker issue.
2.) in OpenEmbedded cross-builds, the options notests and noplugin were set.
These issues don't appear if TARGET_SUFFIX is either unset or set to one of qt4 or qt5.

This went unnoticed because of a previously installed libconnman-qt4.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
This went unnoticed because of a previously installed libconnman-qt4.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Allows parallel installation with tests enabled.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
The option is actually called 'notests'.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
@lpotter
Copy link
Contributor

lpotter commented Mar 30, 2014

LGTM

lpotter added a commit that referenced this pull request Mar 30, 2014
Fix build of plugin and tests with custom target suffix
@lpotter lpotter merged commit c58c58c into nemomobile:master Mar 30, 2014
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

3 participants