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

wam: add boost/boost-filesystem as dependency #19

Open
wants to merge 1 commit into
base: flounder
Choose a base branch
from

Conversation

nickdiego
Copy link
Contributor

This patch adds boost as WAM dependency. It's necessary to be able to successfully build WAM after [agl] Qt-less WAM: replace qt basic data structures changes.

Signed-off-by: Nick Diego Yamane [email protected]

@@ -41,6 +42,6 @@ pkg_postinst_${PN}_append() {
chsmack -a "*" /usr/lib/webappmanager/plugins/libwebappmgr-default-plugin.so
}

RDEPENDS_${PN} += "wam-tinyproxy"
RDEPENDS_${PN} += "boost-filesystem wam-tinyproxy"
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this really needed? Doesn't yocto properly calculate the rdepends from library dependencies?

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.

2 participants