aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/boost/bjam-native_1.55.0.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2014-08-19 07:49:09 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-23 09:25:03 +0100
commita6afd754290cecbe57392d13477557051b438817 (patch)
tree91f94cb78dcdbb30b8a6945088a714cb9cce1921 /meta/recipes-support/boost/bjam-native_1.55.0.bb
parent55ae27e1fa77dc2f10a40051ac67e933116f874c (diff)
downloadopenembedded-core-contrib-a6afd754290cecbe57392d13477557051b438817.tar.gz
boost: Upgrade to 1.56.0
Rebase boostconfig to handle moved user-config file Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/boost/bjam-native_1.55.0.bb')
-rw-r--r--meta/recipes-support/boost/bjam-native_1.55.0.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-support/boost/bjam-native_1.55.0.bb b/meta/recipes-support/boost/bjam-native_1.55.0.bb
deleted file mode 100644
index d85d1a96cb..0000000000
--- a/meta/recipes-support/boost/bjam-native_1.55.0.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-include boost-${PV}.inc
-
-SUMMARY = "Portable Boost.Jam build tool for boost"
-SECTION = "devel"
-
-inherit native
-
-do_compile() {
- ./bootstrap.sh --with-toolset=gcc
-}
-
-do_install() {
- install -d ${D}${bindir}/
- install -c -m 755 bjam ${D}${bindir}/
-}