summaryrefslogtreecommitdiffstats
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:26:08 +0100
commitb1d8f59027092f58b021b8fa3ccfe1598105239d (patch)
tree53a1c500bcb5e0ff25ca36df7e824a35a7fd4020 /meta/recipes-support/boost/bjam-native_1.55.0.bb
parentb8dd7c82bcd7c229e1203b827294a06918b064fb (diff)
downloadpoky-b1d8f59027092f58b021b8fa3ccfe1598105239d.tar.gz
boost: Upgrade to 1.56.0
Rebase boostconfig to handle moved user-config file (From OE-Core rev: a6afd754290cecbe57392d13477557051b438817) 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 @@
1include boost-${PV}.inc
2
3SUMMARY = "Portable Boost.Jam build tool for boost"
4SECTION = "devel"
5
6inherit native
7
8do_compile() {
9 ./bootstrap.sh --with-toolset=gcc
10}
11
12do_install() {
13 install -d ${D}${bindir}/
14 install -c -m 755 bjam ${D}${bindir}/
15}