diff options
Diffstat (limited to 'meta/recipes-support/boost')
-rw-r--r-- | meta/recipes-support/boost/boost.inc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index 74f3e4ba3f..09f61c002e 100644 --- a/meta/recipes-support/boost/boost.inc +++ b/meta/recipes-support/boost/boost.inc | |||
@@ -16,7 +16,7 @@ BOOST_VER = "${@"_".join(d.getVar("PV",1).split("."))}" | |||
16 | BOOST_MAJ = "${@"_".join(d.getVar("PV",1).split(".")[0:2])}" | 16 | BOOST_MAJ = "${@"_".join(d.getVar("PV",1).split(".")[0:2])}" |
17 | BOOST_P = "boost_${BOOST_VER}" | 17 | BOOST_P = "boost_${BOOST_VER}" |
18 | 18 | ||
19 | INC_PR = "r0" | 19 | INC_PR = "r1" |
20 | 20 | ||
21 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BOOST_P}.tar.bz2" | 21 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BOOST_P}.tar.bz2" |
22 | 22 | ||
@@ -68,8 +68,9 @@ FILES_boost-test = "${libdir}/libboost_prg_exec_monitor*.so.* \ | |||
68 | ${libdir}/libboost_unit_test_framework*.so.*" | 68 | ${libdir}/libboost_unit_test_framework*.so.*" |
69 | 69 | ||
70 | # -dev last to pick up the remaining stuff | 70 | # -dev last to pick up the remaining stuff |
71 | PACKAGES += "${PN}-dev" | 71 | PACKAGES += "${PN}-dev ${PN}-staticdev" |
72 | FILES_${PN}-dev = "${includedir} ${libdir}/libboost_*.so ${libdir}/libboost_*.a" | 72 | FILES_${PN}-dev = "${includedir} ${libdir}/libboost_*.so" |
73 | FILES_${PN}-staticdev = "${libdir}/libboost_*.a" | ||
73 | 74 | ||
74 | # "boost" is a metapackage which pulls in all boost librabries | 75 | # "boost" is a metapackage which pulls in all boost librabries |
75 | PACKAGES += "${PN}" | 76 | PACKAGES += "${PN}" |