summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/boost/boost.inc7
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("."))}"
16BOOST_MAJ = "${@"_".join(d.getVar("PV",1).split(".")[0:2])}" 16BOOST_MAJ = "${@"_".join(d.getVar("PV",1).split(".")[0:2])}"
17BOOST_P = "boost_${BOOST_VER}" 17BOOST_P = "boost_${BOOST_VER}"
18 18
19INC_PR = "r0" 19INC_PR = "r1"
20 20
21SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BOOST_P}.tar.bz2" 21SRC_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
71PACKAGES += "${PN}-dev" 71PACKAGES += "${PN}-dev ${PN}-staticdev"
72FILES_${PN}-dev = "${includedir} ${libdir}/libboost_*.so ${libdir}/libboost_*.a" 72FILES_${PN}-dev = "${includedir} ${libdir}/libboost_*.so"
73FILES_${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
75PACKAGES += "${PN}" 76PACKAGES += "${PN}"