[oe-commits] Saul Wold : boost: refactor packages for staticdev

git at git.openembedded.org git at git.openembedded.org
Thu Jan 19 13:34:45 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 0f4f139dd1a6e2c58f26a109b0a94ce01aca272b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=0f4f139dd1a6e2c58f26a109b0a94ce01aca272b

Author: Saul Wold <sgw at linux.intel.com>
Date:   Wed Jan 18 16:02:22 2012 -0800

boost: refactor packages for staticdev

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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 74f3e4b..09f61c0 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("."))}"
 BOOST_MAJ = "${@"_".join(d.getVar("PV",1).split(".")[0:2])}"
 BOOST_P = "boost_${BOOST_VER}"
 
-INC_PR = "r0"
+INC_PR = "r1"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BOOST_P}.tar.bz2"
 
@@ -68,8 +68,9 @@ FILES_boost-test = "${libdir}/libboost_prg_exec_monitor*.so.* \
 	${libdir}/libboost_unit_test_framework*.so.*"
 
 # -dev last to pick up the remaining stuff
-PACKAGES += "${PN}-dev"
-FILES_${PN}-dev = "${includedir} ${libdir}/libboost_*.so ${libdir}/libboost_*.a"
+PACKAGES += "${PN}-dev ${PN}-staticdev"
+FILES_${PN}-dev = "${includedir} ${libdir}/libboost_*.so"
+FILES_${PN}-staticdev = "${libdir}/libboost_*.a"
 
 # "boost" is a metapackage which pulls in all boost librabries
 PACKAGES += "${PN}"





More information about the Openembedded-commits mailing list