aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/boost
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2010-01-27 08:02:34 -0500
committerPhilip Balister <philip@balister.org>2010-01-27 08:02:34 -0500
commit34b1ffe3cd1ed6249dd3cec089b5d294d75b2c1c (patch)
tree25897f3a500abe9749d691d72288cb037aa01c19 /recipes/boost
parentecd1ac9a05d6b7090bfc4786d7c27820110a95a3 (diff)
downloadopenembedded-34b1ffe3cd1ed6249dd3cec089b5d294d75b2c1c.tar.gz
boost-36.inc : Allow empty packages so boost-dev will install in images.
Diffstat (limited to 'recipes/boost')
-rw-r--r--recipes/boost/boost-36.inc3
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}"