Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Conversation

@ipuustin
Copy link
Contributor

Do not have Boost PACKAGE_CONFIG variable set in a .bbappend file, because adding or removing layers should not affect the build result. Have the configuration setting instead in layer's distro config file.

SUPPORTED_RECIPES[refkit-extra-supported-recipes.txt] = "extra"

# Caffe needs Boost Python 3 bindings. Enable them in Boost.
PACKAGECONFIG_pn-boost += "python"
Copy link
Contributor

Choose a reason for hiding this comment

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

I think you may need PACKAGECONFIG_append_pn-boost = " python" here.

PACKAGECONFIG_pn-boost overrides the weaker PACKAGECONFIG default instead of extending it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok. I checked that python was part of the PACKAGECONFIG, but I didn't check if something was missing there. I'll fix the patch.

Do not have Boost PACKAGE_CONFIG variable set in a .bbappend file,
because adding or removing layers should not affect the build result.
Have the configuration setting instead in layer's distro config file.

Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
@mythi mythi merged commit de6a422 into intel:master Apr 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants