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.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index ec602a6cf4..36a94e10ea 100644
--- a/meta/recipes-support/boost/boost.inc
+++ b/meta/recipes-support/boost/boost.inc
@@ -7,7 +7,7 @@ DESCRIPTION = "Free peer-reviewed portable C++ source libraries"
7HOMEPAGE = "http://www.boost.org/" 7HOMEPAGE = "http://www.boost.org/"
8SECTION = "libs" 8SECTION = "libs"
9DEPENDS = "boost-native zlib" 9DEPENDS = "boost-native zlib"
10DEPENDS_virtclass-native = "" 10DEPENDS_class-native = ""
11LICENSE = "BSL-1.0 & MIT & Python-2.0" 11LICENSE = "BSL-1.0 & MIT & Python-2.0"
12 12
13ARM_INSTRUCTION_SET = "arm" 13ARM_INSTRUCTION_SET = "arm"
@@ -73,7 +73,7 @@ FILES_${PN}-staticdev = "${libdir}/libboost_*.a"
73# "boost" is a metapackage which pulls in all boost librabries 73# "boost" is a metapackage which pulls in all boost librabries
74PACKAGES += "${PN}" 74PACKAGES += "${PN}"
75RRECOMMENDS_${PN} += "${BOOST_PACKAGES}" 75RRECOMMENDS_${PN} += "${BOOST_PACKAGES}"
76RRECOMMENDS_${PN}_virtclass-native = "" 76RRECOMMENDS_${PN}_class-native = ""
77ALLOW_EMPTY_${PN} = "1" 77ALLOW_EMPTY_${PN} = "1"
78 78
79# to avoid GNU_HASH QA errors added LDFLAGS to ARCH; a little bit dirty but at least it works 79# to avoid GNU_HASH QA errors added LDFLAGS to ARCH; a little bit dirty but at least it works
@@ -176,15 +176,15 @@ do_install() {
176 176
177BBCLASSEXTEND = "native" 177BBCLASSEXTEND = "native"
178 178
179do_configure_virtclass-native() { 179do_configure_class-native() {
180 : 180 :
181} 181}
182 182
183do_boostconfig_virtclass-native() { 183do_boostconfig_class-native() {
184 : 184 :
185} 185}
186 186
187do_compile_virtclass-native() { 187do_compile_class-native() {
188 set -ex 188 set -ex
189 cd ${S}/tools/build/v2/engine 189 cd ${S}/tools/build/v2/engine
190 rm -rf bin.* 190 rm -rf bin.*
@@ -194,7 +194,7 @@ do_compile_virtclass-native() {
194# This is too terrible - the build script doesn't give any good 194# This is too terrible - the build script doesn't give any good
195# way I can see to find out where the binaries are placed, so 195# way I can see to find out where the binaries are placed, so
196# rely on only one bin.foo directory being created. 196# rely on only one bin.foo directory being created.
197do_install_virtclass-native () { 197do_install_class-native () {
198 set -ex 198 set -ex
199 cd ${S}/tools/build/v2/engine 199 cd ${S}/tools/build/v2/engine
200 install -d ${D}${bindir}/ 200 install -d ${D}${bindir}/