diff options
| author | Cliff Brake <cbrake@bec-systems.com> | 2009-02-09 10:42:37 -0500 |
|---|---|---|
| committer | Cliff Brake <cbrake@bec-systems.com> | 2009-02-09 10:42:37 -0500 |
| commit | 68e1ea7aeddc4f7efc621558dfd424cd2fe22674 (patch) | |
| tree | 14bbcb046384962f5a0e58cb21f627d8e36a1401 /packages/boost/boost-36.inc | |
| parent | cd0a56bb41942c6bc470a3ec0e2d080fba95ef80 (diff) | |
| parent | 0d09acc3587baf6981b4f787b021499eeb5f4a6e (diff) | |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/boost/boost-36.inc')
| -rw-r--r-- | packages/boost/boost-36.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/boost/boost-36.inc b/packages/boost/boost-36.inc index 0ad71ca9d6..5ab187d89d 100644 --- a/packages/boost/boost-36.inc +++ b/packages/boost/boost-36.inc @@ -9,7 +9,7 @@ SECTION = "libs" DEPENDS = "boost-jam-native zlib" PRIORITY = "optional" LICENSE = "Boost Software License" -PR = "r1" +PR = "r2" BOOST_VER = "${@"_".join(bb.data.getVar("PV",d,1).split("."))}" BOOST_MAJ = "${@"_".join(bb.data.getVar("PV",d,1).split(".")[0:2])}" @@ -70,6 +70,9 @@ FILES_${PN}-dev = "${includedir} ${libdir}/libboost_*.so ${libdir}/libboost_*.a" PACKAGES += "${PN}" RRECOMMENDS_${PN} += "${BOOST_PACKAGES}" +# to avoid GNU_HASH QA errors added LDFLAGS to ARCH; a little bit dirty but at least it works +TARGET_CC_ARCH += " ${LDFLAGS}" + # Oh yippee, a new build system, it's sooo cooool I could eat my own # foot. inlining=on lets the compiler choose, I think. At least this # stuff is documented... |
