diff options
Diffstat (limited to 'meta/recipes-support/boost/boost.inc')
| -rw-r--r-- | meta/recipes-support/boost/boost.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index 356ca22f4a..0a44d79746 100644 --- a/meta/recipes-support/boost/boost.inc +++ b/meta/recipes-support/boost/boost.inc | |||
| @@ -21,7 +21,7 @@ BOOST_LIBS = "\ | |||
| 21 | # optional boost-python library | 21 | # optional boost-python library |
| 22 | PACKAGECONFIG ??= "" | 22 | PACKAGECONFIG ??= "" |
| 23 | PACKAGECONFIG[python] = ",,python" | 23 | PACKAGECONFIG[python] = ",,python" |
| 24 | BOOST_LIBS += "${@base_contains('PACKAGECONFIG', 'python', 'python', '', d)}" | 24 | BOOST_LIBS += "${@bb.utils.contains('PACKAGECONFIG', 'python', 'python', '', d)}" |
| 25 | inherit python-dir | 25 | inherit python-dir |
| 26 | PYTHON_ROOT = "${STAGING_DIR_HOST}/${prefix}" | 26 | PYTHON_ROOT = "${STAGING_DIR_HOST}/${prefix}" |
| 27 | 27 | ||
