diff options
author | Graeme Gregory <dp@xora.org.uk> | 2010-01-27 15:04:18 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2010-01-27 15:04:18 +0000 |
commit | 9d4b913b6d0941cc12ed8853915d40ca2dd6be69 (patch) | |
tree | ce475b3421ca1e231f7a5d50f57834418ea63d34 /recipes/boost/boost-36.inc | |
parent | 6b7b58d2a25169ab2e1ff80266a15bc7543ebe15 (diff) | |
parent | 680d0be4e8e9363e8186f1a0efe79c02bc0aefc9 (diff) |
Merge branch 'org.openembedded.dev' of git+ssh://git.openembedded.org/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/boost/boost-36.inc')
-rw-r--r-- | recipes/boost/boost-36.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/boost/boost-36.inc b/recipes/boost/boost-36.inc index cac9f91b98..8641193967 100644 --- a/recipes/boost/boost-36.inc +++ b/recipes/boost/boost-36.inc @@ -9,7 +9,7 @@ SECTION = "libs" DEPENDS = "boost-jam-native zlib" PRIORITY = "optional" LICENSE = "Boost Software License" -INC_PR = "r8" +INC_PR = "r9" ARM_INSTRUCTION_SET = "arm" BOOST_VER = "${@"_".join(bb.data.getVar("PV",d,1).split("."))}" @@ -70,6 +70,7 @@ FILES_${PN}-dev = "${includedir} ${libdir}/libboost_*.so ${libdir}/libboost_*.a" # "boost" is a metapackage which pulls in all boost librabries PACKAGES += "${PN}" RRECOMMENDS_${PN} += "${BOOST_PACKAGES}" +ALLOW_EMPTY = "1" # to avoid GNU_HASH QA errors added LDFLAGS to ARCH; a little bit dirty but at least it works TARGET_CC_ARCH += " ${LDFLAGS}" |