summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/boost/bjam-native_1.53.0.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-07-03 15:05:49 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-05 15:44:12 +0100
commit2193241175e97e34270ea53f89f31c667e2952fb (patch)
tree223b0d7f9611abc4964869063c43aea0a2880f50 /meta/recipes-support/boost/bjam-native_1.53.0.bb
parent830e8900e50923314198c08f2c17c32b8cf81eba (diff)
downloadpoky-2193241175e97e34270ea53f89f31c667e2952fb.tar.gz
boost: Update to 1.54
(From OE-Core rev: cc8edbc7c1df39d58b93393c117c8787e9759423) 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.53.0.bb')
-rw-r--r--meta/recipes-support/boost/bjam-native_1.53.0.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-support/boost/bjam-native_1.53.0.bb b/meta/recipes-support/boost/bjam-native_1.53.0.bb
deleted file mode 100644
index 59a031032c..0000000000
--- a/meta/recipes-support/boost/bjam-native_1.53.0.bb
+++ /dev/null
@@ -1,15 +0,0 @@
1include boost-${PV}.inc
2
3DESCRIPTION = "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}