summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/boost/boost.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/boost/boost.inc')
-rw-r--r--meta/recipes-support/boost/boost.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index 1162ccd5fb..ec602a6cf4 100644
--- a/meta/recipes-support/boost/boost.inc
+++ b/meta/recipes-support/boost/boost.inc
@@ -47,8 +47,6 @@ BOOST_LIBS = "\
47# Make a package for each library, plus -dev 47# Make a package for each library, plus -dev
48PACKAGES = "${PN}-dbg ${BOOST_PACKAGES}" 48PACKAGES = "${PN}-dbg ${BOOST_PACKAGES}"
49python __anonymous () { 49python __anonymous () {
50 import bb
51
52 packages = [] 50 packages = []
53 extras = [] 51 extras = []
54 for lib in d.getVar('BOOST_LIBS', True).split( ): 52 for lib in d.getVar('BOOST_LIBS', True).split( ):