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

Commit 93dea96

Browse files
committed
extras: move Boost package config to configuration file.
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 <[email protected]>
1 parent 82a1b90 commit 93dea96

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

meta-refkit-extra/conf/distro/include/refkit-extra.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ SUPPORTED_RECIPES_append = " \
44
${META_REFKIT_EXTRA_BASE}/conf/distro/include/refkit-extra-supported-recipes.txt \
55
"
66
SUPPORTED_RECIPES[refkit-extra-supported-recipes.txt] = "extra"
7+
8+
# Caffe needs Boost Python 3 bindings. Enable them in Boost.
9+
PACKAGECONFIG_append_pn-boost = " python"

meta-refkit-extra/recipes-convnet/boost/boost_%.bbappend

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)