summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/boost
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/boost')
-rw-r--r--meta/recipes-support/boost/boost.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index ddb65b754d..fecdb97602 100644
--- a/meta/recipes-support/boost/boost.inc
+++ b/meta/recipes-support/boost/boost.inc
@@ -57,8 +57,8 @@ python __anonymous () {
57 packages.append(pkg) 57 packages.append(pkg)
58 if not d.getVar("FILES_%s" % pkg, 1): 58 if not d.getVar("FILES_%s" % pkg, 1):
59 d.setVar("FILES_%s" % pkg, "${libdir}/libboost_%s*.so.*" % lib) 59 d.setVar("FILES_%s" % pkg, "${libdir}/libboost_%s*.so.*" % lib)
60 bb.data.setVar("BOOST_PACKAGES", " ".join(packages), d) 60 d.setVar("BOOST_PACKAGES", " ".join(packages))
61 bb.data.setVar("BJAM_EXTRA", " ".join(extras), d) 61 d.setVar("BJAM_EXTRA", " ".join(extras))
62} 62}
63 63
64# Override the contents of specific packages 64# Override the contents of specific packages